mvvm_plus 1.5.4 copy "mvvm_plus: ^1.5.4" to clipboard
mvvm_plus: ^1.5.4 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 Flutter:

 $ flutter pub add mvvm_plus
copied to clipboard

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

dependencies:
  mvvm_plus: ^1.5.4
copied to clipboard

Alternatively, your editor might support 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';
copied to clipboard
42
likes
150
points
419
downloads

Publisher

verified publisherrichardcoutts.com

Weekly Downloads

2024.09.22 - 2025.04.06

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

Documentation

API reference

License

MIT (license)

Dependencies

bilocator, flutter

More

Packages that depend on mvvm_plus