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

outdated

MVVM+ is a lightweight Flutter state management library that implements MVVM, plus adds support for sharing business logic across widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mvvm_plus

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

dependencies:
  mvvm_plus: ^0.2.0

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';
40
likes
0
pub points
66%
popularity

Publisher

verified publisherrichardcoutts.com

MVVM+ is a lightweight Flutter state management library that implements MVVM, plus adds support for sharing business logic across widgets.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, equatable, flutter, registrar

More

Packages that depend on mvvm_plus