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

outdated

The main goal behind MVVM is to move as much of the state and logic from the View into a separate entity called the ViewModel. The ViewModel also contains the business logic and serves as the mediator [...]

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

Publisher

unverified uploader

The main goal behind MVVM is to move as much of the state and logic from the View into a separate entity called the ViewModel. The ViewModel also contains the business logic and serves as the mediator between the View and the Model.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta, provider

More

Packages that depend on mvvm_flutter