Building Trust Through Transparency

Open Source Contributions by Our Team

Tools created by Bryan G. Walsh to help engineering teams build dynamic Angular forms and dependency-driven Dart and Flutter applications.

NG-Simplicity Forms

Created by Bryan G. Walsh

An Angular package ecosystem for building dynamic forms from strongly typed configuration schemas. The core engine coordinates reactive form state, dynamic component registration, structural layouts, visibility, validation, and customization using modern Angular patterns including Signals, OnPush change detection, and zoneless compatibility. Styling integrations remain separate from the form engine, allowing applications to use the same declarative configuration with Bootstrap, Angular Material, or custom controls.

AngularTypeScriptSignalsMIT

@ng-simplicity/forms-core

npm

The framework-independent form engine, reactive state coordinator, dynamic component registry, models, base classes, and structural form components.

@ng-simplicity/forms-bootstrap

npm

Bootstrap-styled controls and layouts built on the shared core engine.

@ng-simplicity/forms-material

npm

Angular Material-styled controls and layouts built on the shared core engine.

Complete Dependency Injector

Created by Bryan G. Walsh

A lightweight hierarchical dependency-injection ecosystem for Dart and Flutter. It supports nested injector scopes, scoped providers, factories, asynchronous service construction and readiness, dependency resolution, and overrides. The Flutter integration adds widget-tree scopes and reactive ViewModel utilities with explicit loading, ready, and error states.

DartFlutterDependency InjectionMIT

complete_dependency_injector

pub.dev

The core Dart library for hierarchical injectors, providers, factories, scoped instances, and asynchronous dependency resolution.

complete_dependency_injector_flutter

pub.dev

Flutter extensions providing injector widgets and lightweight reactive ViewModel and state-management utilities.