orchestrator_bloc 0.3.1 copy "orchestrator_bloc: ^0.3.1" to clipboard
orchestrator_bloc: ^0.3.1 copied to clipboard

Flutter BLoC/Cubit integration for orchestrator_core. Build scalable Flutter apps with Event-Driven Orchestrator pattern.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add orchestrator_bloc

With Flutter:

 $ flutter pub add orchestrator_bloc

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

dependencies:
  orchestrator_bloc: ^0.3.1

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_bloc/orchestrator_bloc.dart';
0
likes
0
points
400
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter BLoC/Cubit integration for orchestrator_core. Build scalable Flutter apps with Event-Driven Orchestrator pattern.

Repository (GitHub)
View/report issues

Topics

#state-management #bloc #cubit #orchestrator #flutter

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, flutter_bloc, orchestrator_core

More

Packages that depend on orchestrator_bloc