momentum 2.2.1 
momentum: ^2.2.1 copied to clipboard
MVC pattern for flutter. Works as state management, dependency injection and service locator.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add momentumThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  momentum: ^2.2.1Alternatively, 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:momentum/momentum.dart';