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
Create dispatchFuture() that returns a Future which completes as soon as the action finishes. #14
You would use it for things like the
RefreshIndicator
that needs a Future to tell it when the action finishes: