Beginning Flutter: 39 FutureBuilder

preview_player
Показать описание
In this video, we review Futures, the idea of asynchronous programming, and FutureBuilder. FutureBuilder is a type of Stateful Widget, where information is not available now, but will be in the future. Once the information is available, the widget will build again with the values that are returned.

Рекомендации по теме
Комментарии
Автор

4:47 It has to be a string because that is the data the Text widget expects when you look at the class definition -- this.data is of type String.

nikkeii
Автор

Hi, thank you for the amazing video tutorials. Can you please make a video about parsing a json file (List of maps) both from http request and asset and some examples of inserting this data into a ListTiles.

tuobraun
Автор

Superb tutorial. So easily explained that I've started asking ' why do others make these explanations so complicated as if they are reading them from some wiki?' Thanks for the tutorials.

gmcquads
Автор

Dash to Dartlang
"We are going to use this a lot in the future. Anything particular in mind? "

Nothing particularly, I'm just interested in more advanced information.

masterarrow
Автор

Can you do a video on how to actually get the release apk file?

logs
Автор

Great videos!! InheritWidget would be awesome.

cyclothunder
Автор

Richard, why don't you give classes at Udemy. You explain really well.

shytora
Автор

Thank you for video, it was helpful. Can you make more videos about working with FutureBuilder.

vitk
Автор

Great video! Can you explain what is the different between State widget and statful widget?

LawZist