formigas_mvc 1.0.0
formigas_mvc: ^1.0.0 copied to clipboard
Model-view-controller state management library for flutter, which we use here in our daily business at https://formigas.io
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add formigas_mvcThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
formigas_mvc: ^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:formigas_mvc/formigas_mvc.dart';