conductor 0.0.8 copy "conductor: ^0.0.8" to clipboard
conductor: ^0.0.8 copied to clipboard

Conductor: An event-driven, deterministic, state-machine based library for managing interaction between various components of a Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add conductor

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

dependencies:
  conductor: ^0.0.8

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:conductor/conductor.dart';
2
likes
140
points
74
downloads

Publisher

verified publisherprod.pk

Weekly Downloads

Conductor: An event-driven, deterministic, state-machine based library for managing interaction between various components of a Flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

after_layout, equatable, flex_color_scheme, flutter, flutter_riverpod, freezed_annotation, go_router, intl, json_annotation, logging, os_detect, path, path_provider, riverpod, sembast, sembast_web, universal_io, uuid

More

Packages that depend on conductor