conductor 0.0.8 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.
import 'example.dart';
import 'app.dart';
void main() {
GoRouter.optionURLReflectsImperativeAPIs = true;
runApp(const ProviderScope(
child: ExampleApp(),
));
}