async_redux 24.0.0 async_redux: ^24.0.0 copied to clipboard
The modern version of Redux. State management that's simple to learn and easy to use; Powerful enough to handle complex applications with millions of users; Testable.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add async_redux
With Flutter:
$ flutter pub add async_redux
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
async_redux: ^24.0.0
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:async_redux/async_redux.dart';