mvu 0.1.0-beta.3 copy "mvu: ^0.1.0-beta.3" to clipboard
mvu: ^0.1.0-beta.3 copied to clipboard

Model-View-Update implementation on top of Provider.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mvu

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

dependencies:
  mvu: ^0.1.0-beta.3

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:mvu/mvu.dart';
1
likes
30
pub points
0%
popularity

Publisher

verified publisheraloisdeniel.com

Model-View-Update implementation on top of Provider.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, meta, provider

More

Packages that depend on mvu