flutter_mediator 2.0.1 copy "flutter_mediator: ^2.0.1" to clipboard
flutter_mediator: ^2.0.1 copied to clipboard

outdated

Flutter mediator is a state management package base on the InheritedModel with automatic aspect management to make them simpler, easier, and intuitive to use.

2.0.1 #

  • Add Host.model<Model>(), and deprecate Pub.model<Model>(), Pub.getModel<Model>()

2.0.0 #

  • Null safety support.

2.0.0-nullsafety.0 #

  • Migrate to null safety.

1.1.2+3 #

  • Fix static analysis fail.

1.1.2+2 #

  • Change InheritedModelOfMediator to InheritedMediator and extends from InheritedWidget.

1.1.2+1 #

  • Document improvement.

1.1.2 #

  • Add Pub.model<Model>(), the same as Pub.getModel<Model>().

1.1.1 #

  • Add MultiHost.create.

1.1.0 #

  • Add rxSub, rx automatic aspect, generates and maintains aspect for the rx variables automatically.

  • Add Controller class.

  • Add View Map.

  • Rename Publisher class to Pub.

  • Remove Host.getInheritedOfModel<Model>(context), use Pub.getModel<Model>() instead.

  • Update example, add an i18n page.

1.0.0+3 #

  • Document improvement.

  • Change named parameter create of the extension to position parameter.

1.0.0+2 #

  • Document improvement.

1.0.0+1 #

  • Document improvement.
  • Add rx aspects management.

1.0.0 #

  • Initial release.
6
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Flutter mediator is a state management package base on the InheritedModel with automatic aspect management to make them simpler, easier, and intuitive to use.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_mediator