flutter_mediator 2.0.0-nullsafety.0
flutter_mediator: ^2.0.0-nullsafety.0 copied to clipboard
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.0-nullsafety.0 #
- Migrate to null safety.
1.1.2+3 #
- Fix static analysis fail.
1.1.2+2 #
- Change
InheritedModelOfMediatortoInheritedMediatorand extends fromInheritedWidget.
1.1.2+1 #
- Document improvement.
1.1.2 #
- Add
Pub.model<Model>(), the same asPub.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
Controllerclass. -
Add View Map.
-
Rename
Publisherclass toPub. -
Remove
Host.getInheritedOfModel<Model>(context), usePub.getModel<Model>()instead. -
Update example, add an i18n page.
1.0.0+3 #
-
Document improvement.
-
Change named parameter
createof 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.