orchestrator_riverpod 0.5.0 copy "orchestrator_riverpod: ^0.5.0" to clipboard
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.5.0 - 2025-12-29 #

Changed #

  • Updated dependency to orchestrator_core: ^0.5.0.

0.4.0 - 2025-12-29 #

Added #

  • Testing Support: OrchestratorNotifier now exposes bus and dispatcher getters.
    • Added configureForTesting({bus, dispatcher}) method for test setup.
    • Allows overriding dependencies in tests without constructor changes.
    • Backward compatible: defaults to global singletons.

Changed #

  • Updated dependency to orchestrator_core: ^0.4.0.

0.3.1 - 2025-12-27 #

Fixed #

  • Improved pub.dev scoring: added documentation field, formatted code.

Changelog #

All notable changes to this project will be documented in this file.

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 to buildState().
    • Bus subscription is now automatic in build().
    • Migration: Rename your build() override to buildState().

Fixed #

  • Use SignalBus.instance instead of SignalBus() for consistent singleton access.
  • Properly set _busSubscription = null after cancel in dispose().
  • _ensureSubscribed() now checks _isDisposed before subscribing.

Changed #

  • Updated dependency to orchestrator_core: ^0.2.0.

0.1.0 - 2025-12-25 #

Changed #

  • Updated dependency to orchestrator_core: ^0.1.0 to support Unified Data Flow and Advanced Caching features.

0.0.1 - 2024-12-24 #

Added #

  • Initial release
  • OrchestratorNotifier - Riverpod Notifier integration with job dispatch and event routing
0
likes
160
points
25
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Riverpod integration for orchestrator_core. Build scalable Flutter apps with Event-Driven Orchestrator pattern and compile-time safety.

Repository (GitHub)
View/report issues
Contributing

Topics

#state-management #riverpod #notifier #orchestrator #flutter

License

MIT (license)

Dependencies

flutter, flutter_riverpod, orchestrator_core

More

Packages that depend on orchestrator_riverpod