Flutter FutureBuilder | The Right Way

preview_player
Показать описание
How to use the FutureBuilder widget in Flutter. Futures wait for data before displaying the data inside your Flutter app using the FutureBuilder.

SUBSCRIBE HERE

SUPPORT & SPONSOR ME

TIMELINE
0:00 Future
0:22 FutureBuilder
1:54 setState called multiple times (keeps firing)
2:43 Refresh FutureBuilder
3:04 Fix: Keep loading in FutureBuilder
4:28 ConnectionState in FutureBuilder

SOCIAL MEDIA: Follow Us :-)

#Flutter #Tutorial #JohannesMilke
LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

Awesome Johannes! Please make more videos of good practices like this! Thank you very much!

marioluque
Автор

By far the best resource to learn flutter👌

sergejsi
Автор

I like your short videos. I always spare some time for them to learn something new or handy. Thanks!

borbelyviktor
Автор

5 months later and this video save my panic (as my future was been rebuilt on each setstate). Thanks Johannes for this masterpiece ♥

samsonorode
Автор

This is one of my all time favorite videos, because it really apes what happens so often in the real world !

yoapps
Автор

This video is by far a great tips of the future builder

husseinnasibu
Автор

Really, really helpful !!! Thanks for such a clear explanation.

davidfield
Автор

Thanks for the good explanation) keep going

alexpol
Автор

You explained it excellently. Thanks much.

phyllyf
Автор

man thank you for breaking down a hard to understand topic so easily!

matthewjohnson
Автор

please explain this Future method along with firebase for retrieve data.

mohanbabu
Автор

very well explained and every one now can understand this.

wilmedysmoraleszayas
Автор

Do you have any video on MVVM with Providers?

evansgitonga
Автор

Search data from local database in implement staggered grid view fetching data

bhabhayt
Автор

hello make a complete course in which u make an app with a backend from scratch .and thanks for the video I learnt a lot

hurbangash
Автор

Best practices....
Could you also describe how to use provider in the best way (consumers)

emmanuelbonke
Автор

One thing I think can be improved is a way to display the progress of data being fetched. Say I am importing 5, 000 items and that takes 30 seconds. It would be nice to let the user have some indication of how much progress has been made and roughly when to expect the data, so the user doesn’t think the app is hung. To do this, FutureBuilder should have options for max data size or count and the current iteration, so it can display a progress indicator with actual progress.

mauricevolaski