mvi 1.0.6 copy "mvi: ^1.0.6" to clipboard
mvi: ^1.0.6 copied to clipboard

A Flutter package that applies the MVI architectural pattern to help manage app state and logic in a structured and maintainable way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mvi

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

dependencies:
  mvi: ^1.0.6

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:mvi/mvi.dart';
3
likes
160
points
4
downloads

Publisher

verified publisherfelipereis.me

Weekly Downloads

A Flutter package that applies the MVI architectural pattern to help manage app state and logic in a structured and maintainable way.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, signals_flutter

More

Packages that depend on mvi