forge_mvvm 0.2.0 copy "forge_mvvm: ^0.2.0" to clipboard
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_mvvm

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  forge_mvvm: ^0.2.0

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:forge_mvvm/forge_mvvm.dart';
1
likes
140
points
117
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues
Contributing

Topics

#mvvm #architecture #clean-architecture #state-management

License

MIT (license)

Dependencies

args, equatable, flutter, get_it, go_router, meta, provider

More

Packages that depend on forge_mvvm