orchestrator_core 0.5.2 copy "orchestrator_core: ^0.5.2" to clipboard
orchestrator_core: ^0.5.2 copied to clipboard

Event-Driven Orchestrator architecture for Dart/Flutter. Separate UI state management from business logic execution with SignalBus and Dispatcher pattern.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add orchestrator_core

With Flutter:

 $ flutter pub add orchestrator_core

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

dependencies:
  orchestrator_core: ^0.5.2

Alternatively, your editor might support dart pub get or 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_core/orchestrator_core.dart';
0
likes
160
points
905
downloads

Publisher

unverified uploader

Weekly Downloads

Event-Driven Orchestrator architecture for Dart/Flutter. Separate UI state management from business logic execution with SignalBus and Dispatcher pattern.

Repository (GitHub)
View/report issues
Contributing

Topics

#state-management #architecture #event-driven #orchestrator #bloc

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on orchestrator_core