redux_thunk 0.4.0 redux_thunk: ^0.4.0 copied to clipboard
A Redux.dart Middleware that allows you to dispatch functions that perform async work as actions.
Changelog #
0.4.0 #
- Breaking Change: updated to redux 5.0.0
- Breaking Change: added null-safety
0.3.0 #
- Breaking Change: Update to support Redux 4.x - 5.0
- Thunks can now return values!
0.2.0 #
- Update to work with Redux 3.0.0 & Dart 2
0.1.1 #
- Move to github
0.1.0 #
- Initial version, includes a
thunkMiddleware
, which intercepts and calls functions that are dispatched to the Store.