fluxxer 0.0.2
fluxxer: ^0.0.2 copied to clipboard
A robust and scalable Flux architecture library for Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluxxerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluxxer: ^0.0.2Alternatively, 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:fluxxer/action/action.dart';
import 'package:fluxxer/action_creator/action_creator.dart';
import 'package:fluxxer/dispatcher/dispatcher.dart';
import 'package:fluxxer/store/state.dart';
import 'package:fluxxer/store/store.dart';
import 'package:fluxxer/view/fluxxer_builder.dart';