umvvm 1.0.3
umvvm: ^1.0.3 copied to clipboard
This library contains components for MVVM architecture, and also utility classes for http, navigation and di
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add umvvm
With Flutter:
$ flutter pub add umvvm
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
umvvm: ^1.0.3
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:umvvm/umvvm.dart';