mvvm_plus 0.5.0 mvvm_plus: ^0.5.0 copied to clipboard
MVVM+ is a lightweight Flutter state management library that implements MVVM, plus adds support for sharing business logic across widgets.
0.6.0 #
Upgraded Registrar, which now supports Registrar "location" parameter.
0.5.0 #
Upgraded Registrar, which now supports locating inherited models on the widget tree.
0.4.2 #
Updated readme.
0.4.1 #
Fixed format.
0.4.0 #
Added Model. Added "notifier" parameter to listenTo to support listening to ValueNotifiers.
0.3.1 #
Corrected changelog.
0.3.0 #
Added ViewWithStatelessViewModel, View.get, View.listenTo, and more tests.
0.2.4 #
Added widget tests. Made listenTo return type generic.
0.2.2 #
Fixed example gif.
0.2.1 #
Updated readme with example.
0.2.0 #
Added View member functions context, mounted, didUpdateWidget, reassemble, deactivate, activate, and didChangeDependencies.
0.1.6 #
Updated description and readme.
0.1.5 #
Updated description to improve pub.dev search results.
0.1.4 #
Updated readme.
0.1.3 #
Fixed readme.
0.1.2 #
Change github visibility.
0.1.1 #
Updated pubspec.yam
0.1.0 #
Initial release.