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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add orchestrator_riverpod

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  orchestrator_riverpod: ^0.5.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:orchestrator_riverpod/orchestrator_riverpod.dart';
0
likes
160
points
394
downloads

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

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_riverpod, orchestrator_core

More

Packages that depend on orchestrator_riverpod