async_redux 23.3.0-dev.2 copy "async_redux: ^23.3.0-dev.2" to clipboard
async_redux: ^23.3.0-dev.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 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: ^23.3.0-dev.2

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';
152
likes
0
pub points
92%
popularity

Publisher

verified publisherglasberg.dev

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