Raul Abreu

Results 2 comments of Raul Abreu

You can use a middleware solve this, they are redux way to handle async and another system calls. Here a doc on how to use middlewares, from redux.dart: https://github.com/fluttercommunity/redux.dart/blob/master/doc/async.md

Redux was built initialy over Flux architecture concept, to built Javascript apps, start with this: https://www.educative.io/blog/understanding-redux, and go on from there...