w_flux 2.9.4
w_flux: ^2.9.4 copied to clipboard
Flux library for uni-directional dataflow inspired by reflux and Facebook's flux architecture.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add w_fluxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
w_flux: ^2.9.4Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:w_flux/w_flux.dart';