redux_thunk icon indicating copy to clipboard operation
redux_thunk copied to clipboard

Redux Middleware for handling functions as actions

Results 4 redux_thunk issues
Sort by recently updated
recently updated
newest added

In the Redux architecture sample, [custom middleware is used](https://github.com/brianegan/flutter_architecture_samples/blob/master/redux/lib/middleware/store_todos_middleware.dart). The `createStoreTodosMiddleware` function takes a repository as an argument, and uses it to generate the `saveTodos` and `loadTodos` middleware functions. With...

Hi Brian - Will you be updating your dependencies to include redux ^5.0.0 any time soon? It's stalling our ability to upgrade. Any update would be helpful. Cheers, and thank...

I have written the following code and am trying to test a redux thunk action in flutter. Unfortunately when I debug the code, I can see the thunkMiddleware doesn't intercept...

This resolves issue #12 and provides a built-in workaround for brianegan/flutter_redux#65