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

outdated

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

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
0
pub points
0%
popularity

Publisher

verified publisheraloisdeniel.com

Model-View-Update implementation on top of Provider.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on mvu