DEV Community

Tip to reduce network calls rendering Flutter widgets

Edu Deza on February 15, 2021

If our app is getting data through network request from our backend usually we handle the response with FutureBuilder or StreamBuilder widgets (sta...
Collapse
 
raulurtecho profile image
RaulUrtecho

That is the reason why I chose Bloc over provider :D less spaghetti code in the UI