maac_mvvm_with_get_it 0.2.1+2
maac_mvvm_with_get_it: ^0.2.1+2 copied to clipboard
maac_mvvm_with_get_it is an extension package of maac_mvvm that is used with GetIt.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add maac_mvvm_with_get_itThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
maac_mvvm_with_get_it: ^0.2.1+2Alternatively, 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:maac_mvvm_with_get_it/maac_mvvm_with_get_it.dart';