mvvm_flutter 0.3.2 copy "mvvm_flutter: ^0.3.2" to clipboard
mvvm_flutter: ^0.3.2 copied to clipboard

The goal behind is to move as much of the state and logic from the View into a separate entity called the BaseViewModel.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mvvm_flutter

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

dependencies:
  mvvm_flutter: ^0.3.2

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_flutter/mvvm_flutter.dart';
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

The goal behind is to move as much of the state and logic from the View into a separate entity called the BaseViewModel.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, meta, provider

More

Packages that depend on mvvm_flutter