redux_thunk
A Redux.dart Middleware that allows you to dispatch functions that perform async work as actions.
0.4.0
19K downloads/mo
#2238 most downloaded on pub.dev
brianegan/redux_thunk
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 7 months
Most releases are documented
notes for 5 of 6 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
6 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Aug 2017 to Mar 2021
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 6-
0.4.018 Mar 2021Release notes
Open source →- Breaking Change: updated to redux 5.0.0
- Breaking Change: added null-safety
- Breaking Change: updated to redux 5.0.0
-
0.3.004 Dec 2019Release notes
Open source →- Breaking Change: Update to support Redux 4.x - 5.0
- Thunks can now return values!
- Breaking Change: Update to support Redux 4.x - 5.0
-
0.2.101 Nov 2018Nothing published for this version
-
0.2.031 Mar 2018 -
0.1.125 Nov 2017 -
0.1.027 Aug 2017Release notes
Open source →- Initial version, includes a
thunkMiddleware, which intercepts and calls functions that are dispatched to the Store.
- Initial version, includes a