orchestrator_riverpod 0.5.0
orchestrator_riverpod: ^0.5.0 copied to clipboard
Riverpod integration for orchestrator_core. Build scalable Flutter apps with Event-Driven Orchestrator pattern and compile-time safety.
0.4.0 - 2025-12-29 #
Added #
- Testing Support:
OrchestratorNotifiernow exposesbusanddispatchergetters.- Added
configureForTesting({bus, dispatcher})method for test setup. - Allows overriding dependencies in tests without constructor changes.
- Backward compatible: defaults to global singletons.
- Added
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.
0.2.0 - 2025-12-25 #
⚠️ BREAKING CHANGES #
OrchestratorNotifier.build()renamed tobuildState().- Bus subscription is now automatic in
build(). - Migration: Rename your
build()override tobuildState().
- Bus subscription is now automatic in
Fixed #
- Use
SignalBus.instanceinstead ofSignalBus()for consistent singleton access. - Properly set
_busSubscription = nullafter cancel indispose(). _ensureSubscribed()now checks_isDisposedbefore subscribing.
Changed #
- Updated dependency to
orchestrator_core: ^0.2.0.