async_redux 24.1.3 copy "async_redux: ^24.1.3" to clipboard
async_redux: ^24.1.3 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.1.3

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';
155
likes
0
points
8.45k
downloads

Publisher

verified publisherglasberg.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#redux #state-management #ui #reactive-programming #testing

License

unknown (license)

Dependencies

async_redux_core, collection, connectivity_plus, fast_immutable_collections, file, flutter, logging, meta, path, path_provider, weak_map

More

Packages that depend on async_redux