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

discontinuedreplaced by: binder
outdated

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

[0.4.0] #

Added #

  • A remix method on Performer called when a Performer instance changed and the new one need to be updated from the old one.
  • The value held by a Maestro is now updated when the value changed, whether it's a Performer or not.

Changed #

  • The play method is now on the Performer.
  • initialValue of Maestro is renamed value.

[0.3.0] #

Changed #

  • MaestroInspector can be used multiple times and can decide to bubble action to further ancestors.
  • OnAction return type to bool, in order to continue/cancel bubbling.

[0.2.0] #

Changed #

  • The value held by a Maestro is now updated when the initialValue changed and if it's not a Performer.

[0.1.1] #

Fixed #

  • Make the action an Object everywhere.

[0.1.0] #

Added #

  • An Object parameter to write and readAndWrite methods, in order to indicate what the action is.

Changed #

  • The method in MaestroInspector from onValueUpdated to onAction along with the signature method.

[0.0.1] #

  • Initial Open Source release.
5
likes
0
pub points
0%
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

unknown (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on maestro