forge_mvvm 1.0.0
forge_mvvm: ^1.0.0 copied to clipboard
Opinionated MVVM + Clean Architecture framework for Flutter with runtime guardrails, typed state primitives, DI modules, and production scaffolding.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add forge_mvvmThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
forge_mvvm: ^1.0.0Alternatively, 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:forge_mvvm/forge_mvvm.dart';