formigas_mvc 1.0.0 copy "formigas_mvc: ^1.0.0" to clipboard
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_mvc

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

dependencies:
  formigas_mvc: ^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:formigas_mvc/formigas_mvc.dart';
1
likes
160
points
22
downloads

Documentation

API reference

Publisher

verified publisherformigas.io

Weekly Downloads

Model-view-controller state management library for flutter, which we use here in our daily business at https://formigas.io

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on formigas_mvc