easy_mvvm 0.0.10 copy "easy_mvvm: ^0.0.10" to clipboard
easy_mvvm: ^0.0.10 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 Dart:

 $ dart pub add easy_mvvm

With Flutter:

 $ flutter pub add easy_mvvm

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

dependencies:
  easy_mvvm: ^0.0.10

Alternatively, your editor might support dart pub get or 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
0
points
161
downloads

Publisher

verified publisherrutvik.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (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