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

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

dependencies:
  forge_mvvm: ^1.0.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
150
points
117
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Opinionated MVVM + Clean Architecture framework for Flutter with runtime guardrails, typed state primitives, DI modules, and production scaffolding.

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, path, provider

More

Packages that depend on forge_mvvm