Open Source

Flutter & Dart Packages.

We publish and maintain open-source packages for the Dart and Flutter ecosystem on pub.dev. Each package is built with production quality in mind.

orchestra v1.0.2

Reactive state management for Dart and Flutter. Clean architecture with strict separation of data, behaviour, and events. Includes a built-in DevTools Inspector for live entity inspection and system timing.

orchestra_flutter v1.0.2

Flutter widget integration for Orchestra. Provides reactive widgets (OrchestraWidget, OrchestraBuilder), the OrchestraHandle API for reading and watching state, and lifecycle hooks for the widget tree.

orchestra_generator v1.0.2

A build_runner code generator for Orchestra. Eliminates boilerplate by generating typed entity and system classes from a declarative DSL called Composer. Infers reactive dependencies automatically.

keycloak_client v1.0.1

Keycloak authentication for Flutter using the Authorization Code + PKCE flow. Supports mobile deep links, desktop loopback, and web callbacks. Includes automatic token refresh and typed auth exceptions.