maestro 0.8.0 copy "maestro: ^0.8.0" to clipboard
maestro: ^0.8.0 copied to clipboard

discontinuedreplaced by: binder

A way to orchestrate your app's state and to expose your data across your entire Flutter application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add maestro

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

dependencies:
  maestro: ^0.8.0

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:maestro/maestro.dart';
5
likes
40
pub points
10%
popularity

Publisher

verified publisherromainrastel.com

A way to orchestrate your app's state and to expose your data across your entire Flutter application.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on maestro