redux_thunk 0.1.1 copy "redux_thunk: ^0.1.1" to clipboard
redux_thunk: ^0.1.1 copied to clipboard

outdatedDart 1 only

Redux Middleware for handling functions as actions

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add redux_thunk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  redux_thunk: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:redux_thunk/redux_thunk.dart';
63
likes
0
pub points
95%
popularity

Publisher

unverified uploader

Redux Middleware for handling functions as actions

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

redux

More

Packages that depend on redux_thunk