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

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).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mvvm_plus

With Flutter:

 $ flutter pub add mvvm_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mvvm_plus: ^1.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mvvm_plus/mvvm_plus.dart';
36
likes
0
pub points
62%
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