Member-only story
Flutter Redux, The Easy Way
8 min readOct 14, 2021
There are many state solutions listed on Flutter’s State Management page:
But surprisingly, the easiest redux state solution is not listed on that list; namely, async redux. I am going to show you how to use and how to test it.
The code example will be found in the redux_async_ex subfolder of this repo:
Get Access To My Free Stuff
My free Flutter Code And Design Assets can be found at:
Front-End application development and design is more mature so that the beginning courseware is no longer the bootstrap into a…