A robust and scalable Flux architecture library for Flutter.
- Easy to Implement: Simple setup and minimal boilerplate.
- Scalable: Built with large applications in mind.
- Strongly Typed: Utilizes Dart's type system for enhanced type safety.
- Well Documented: Comprehensive documentation to get you started quickly.
Add this to your package's pubspec.yaml
file:
dependencies:
fluxxer: ^0.1.0
Then run:
$ flutter pub get
- Define your Actions.
- Set up the Store.
- Connect your Flutter Builder.