
Using Redux in Flutter: Part 2 - Thunk actions
In the previous part of this article we went through the basics of Redux usage
in Flutter by building a simple app that managed its state in a Redux store. In
this part we're gonna build on top of the sample app from the first part which
you can find