mvvm_plus 1.0.2 copy "mvvm_plus: ^1.0.2" to clipboard
mvvm_plus: ^1.0.2 copied to clipboard

outdated

MVVM+ is a lightweight Flutter implementation of MVVM, plus a locator for sharing states via a global registry (like GetIt) or inherited widgets (like Provider).

1.0.2 #

Fixed typo in readme.

1.0.1 #

Upgraded Bilocator.

1.0.0 #

  • Added createProperty to ViewModel.
  • Migrated to bilocator from registrar. (bilocator is registrar renamed).
  • Changed parameter names to improve naming and to align mvvm_plus with the naming in bilocator.
  • Breaking changes:
    • Changed Registrar class to Bilocator class.
    • Changed MultiRegistrar class to Bilocators.
    • Changed View parameter name viewModelBuilder to builder.
    • Moved ViewModel parameter inherited to View and change its name to location.
    • Moved ViewModel parameter name to View.

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.

40
likes
0
pub points
66%
popularity

Publisher

verified publisherrichardcoutts.com

MVVM+ is a lightweight Flutter implementation of MVVM, plus a locator for sharing states via a global registry (like GetIt) or inherited widgets (like Provider).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bilocator, equatable, flutter

More

Packages that depend on mvvm_plus