vuex4flutter 0.0.2-dev copy "vuex4flutter: ^0.0.2-dev" to clipboard
vuex4flutter: ^0.0.2-dev copied to clipboard

outdated

Vuex4Flutter is a state management pattern that provides a VueX like interface. Super lightweight and more important, testable!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vuex4flutter

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

dependencies:
  vuex4flutter: ^0.0.2-dev

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:vuex4flutter/vuex4flutter.dart';
1
likes
35
pub points
0%
popularity

Publisher

unverified uploader

Vuex4Flutter is a state management pattern that provides a VueX like interface. Super lightweight and more important, testable!

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, get_it, rxdart

More

Packages that depend on vuex4flutter