marcglasberg / async_redux

Flutter Package: A Redux version tailored for Flutter, which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers.
Other
234 stars 40 forks source link

Fix swallowed stacktrace async #128

Closed saibotma closed 2 years ago

saibotma commented 2 years ago

Same as #127, however, we forgot to do the same thing for async action processing.