FutureBuilder (Widget of the Week)

preview_player
Показать описание

Got a Future and need some widgets to display its value? Try FutureBuilder! Give it a Future and a build method, and it'll create widgets based on the status of the future, plus update them when it changes.

This video is also subtitled in Chinese, Indonesian, Japanese, Korean, Portuguese, Spanish, Arabic, Brazilian Portuguese, Russian, and Vietnamese.

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

Isn't difficult to use FtureBuilder? I always use Provider package instead

yukiyuki
Автор

Soooo don't be obtaining your futures from within the FutureBuilder, y'all!

We didn't quite get that right in the Take 1 version of this video, so... second time's the charm? :) Thanks for the patience as we worked on getting this second version out the door!

KhanhFlutter
Автор

I knew what this episode was about before watching. You guys are very accountable :)

nanakwame
Автор

That's something I figured out thanks to stackoverflow and that it is indeed very critical to have the future function in the init state, assigned to a future variable (using late keyword) that is then passed to the future builder. snapshot has error is also very important for debugging.

antoningavrel
Автор

Just needed this:DDDD FLUTTER GANG LETS GO

createdbykoko
Автор

Thanks for fixing this. Now onto another low hanging fruit to milk lol

pcelis
Автор

i would appreciate condensed video with no intros and background noise, if anyone watch few widget of the week in a row, you start hating this format..

tomekczajka
Автор

Can you tell me the name. How scroll down whole page like YouTube and music player minimizer

uniquevideos
Автор

It's so cool that in the implementation there is links to YouTube haha. Good job!

code-with-carlos
Автор

Might wanna replace the old video in the playlist.

Murtaza-Shiraz
Автор

Wow it seems like I used FutureBuilder wrongly, I used to call future directly in FutureBuilder and also using snapshot.hasData

TheGamingAlong
Автор

how can i use more than one future in a future builder?

moabd
Автор

but how we do retry the future? setState wont work

iqmal
Автор

If you will call setState, the future method will be triggered, and after multiple setStates there are multiple times future method will be called, how to prevent rebuilding widget and call future method after each setState? Global boolean var?

romansoviak
Автор

Esse vídeo está melhor e mais claro de como fazer corretamento o uso do FutureBuilder !

charless.
Автор

always a creative and pertinent animation in the end

王越-mg
Автор

Why there is no IDE exclusive for flutter?

VS code is a good option, but I hate when I need to add for example Firebase, or Change target SDK in android.., I have to open the app in android studio, also I tried 1000 time to build the app from vs code and always i get errors.
Because of problems of Android packages version me and many developers spend time in solve this issues.
It's will be a good step if flutter team Create an IDE that can help us . Like Unity, unity developers doesn't need to make changes in android native code, ....

العربيةالثقافية
Автор

I have windows os, do i need a mac to learn and get job as flutter developer?

Boss-pewr
Автор

what is the difference between future builder and stream builder?

magnuskneffel
Автор

Is flutter synchronous or asynchronous? flutter alone.

newfreefire