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.

example/lib/main.dart

import 'example.dart';
import 'app.dart';

void main() {
  GoRouter.optionURLReflectsImperativeAPIs = true;

  runApp(const ProviderScope(
    child: ExampleApp(),
  ));
}
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