orca_gateway 0.2.0
orca_gateway: ^0.2.0 copied to clipboard
Flutter SDK for Orca Gateway — renders server-driven UI from the Orca engine into native Flutter widgets.
Changelog #
0.2.0 - 2026-05-06 #
Version-aligned release with engine 0.2.0. No SDK source changes.
0.1.0 - 2026-05-05 #
Added #
OrcaAppandOrcaPagewidgets for server-driven UI renderingOrcaClientfor engine HTTP communication- Elm-style state management (
ElmStore,StateManager) - Value resolver mirroring engine
V.*expressions - Action executor with 20+ built-in action handlers
- Component registry with 40+ default builders
WatchBuilderfor selective widget rebuilds based on state watches- Navigation handling with
go_routerintegration - Static flow support with offline session storage
- Capability negotiation and safe degradation (FallbackPrompt)
- Animation system (
AnimationRegistry, tween support) - Plugin contract (
OrcaPlugin) with merge conflict detection - Debug infrastructure (
OrcaDebug, telemetry, timing)