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

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

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

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
pub points
21%
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

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