w_flux 2.10.21 w_flux: ^2.10.21 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_flux
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
w_flux: ^2.10.21
Alternatively, 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';