async_redux 24.2.2
async_redux: ^24.2.2 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 Flutter:
$ flutter pub add async_redux
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
async_redux: ^24.2.2
copied to clipboard
Alternatively, 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:async_redux/async_redux.dart';
copied to clipboard