orchestrator_provider 0.5.0
orchestrator_provider: ^0.5.0 copied to clipboard
Provider/ChangeNotifier integration for orchestrator_core. Build scalable Flutter apps with Event-Driven Orchestrator pattern.
0.4.0 - 2025-12-29 #
Added #
- Testing Support:
OrchestratorNotifiernow accepts optionalbusanddispatcherparameters.- Allows injecting mock
Dispatcherfor testing dispatch behavior. - Allows injecting scoped
SignalBusfor isolated testing. - Backward compatible: defaults to global singletons.
- Allows injecting mock
Changed #
- Updated dependency to
orchestrator_core: ^0.4.0.
0.3.1 - 2025-12-27 #
0.3.0 - 2025-12-27 #
Changed #
- Updated dependency to
orchestrator_core: ^0.3.0. - Compatible with new Unified Data Flow and DevTools extension.