redux_thunk 0.4.0 copy "redux_thunk: ^0.4.0" to clipboard
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.
63
likes
140
pub points
95%
popularity

Publisher

unverified uploader

A Redux.dart Middleware that allows you to dispatch functions that perform async work as actions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

redux

More

Packages that depend on redux_thunk