easy_mvvm 0.0.9 copy "easy_mvvm: ^0.0.9" to clipboard
easy_mvvm: ^0.0.9 copied to clipboard

An easy mvvm solution that includes ways to manage routes, views, viewmodels, and the mvvm architecture

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate easy_mvvm

Use it

The package has the following executables:

$ easy_mvvm

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_mvvm

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

dependencies:
  easy_mvvm: ^0.0.9

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:easy_mvvm/easy_mvvm.dart';
5
likes
120
pub points
38%
popularity

Publisher

verified publisherrutvik.dev

An easy mvvm solution that includes ways to manage routes, views, viewmodels, and the mvvm architecture

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

animations, args, code_builder, colorize, dart_style, flutter, get_it, meta, pubspec_yaml, recase, universal_platform

More

Packages that depend on easy_mvvm