orchestrator_bloc 0.5.0
orchestrator_bloc: ^0.5.0 copied to clipboard
Flutter BLoC/Cubit integration for orchestrator_core. Build scalable Flutter apps with Event-Driven Orchestrator pattern.
0.4.0 - 2025-12-29 #
Added #
- Testing Support:
OrchestratorCubitandOrchestratorBlocnow accept 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.