forge_mvvm 0.2.0
forge_mvvm: ^0.2.0 copied to clipboard
A Flutter framework that enforces MVVM architecture and Clean Code principles. Includes base classes, DI via get_it, navigation helpers, pagination/forms, and a CLI scaffolding tool.
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: ^0.2.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';