mvi 1.0.2 copy "mvi: ^1.0.2" to clipboard
mvi: ^1.0.2 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 Dart:

 $ dart pub add mvi

With Flutter:

 $ flutter pub add mvi

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

dependencies:
  mvi: ^1.0.2

Alternatively, your editor might support dart pub get or 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
0
points
3
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

License

unknown (license)

Dependencies

flutter, signals

More

Packages that depend on mvi