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