Builder (Flutter Widget of the Week)

preview_player
Показать описание
Most of the time, widgets in Flutter build without looking up any extra information about their parents. Sometimes, you might write some code where the child widget needs to access the build context of a parent widget in the same build method. That's what the Builder widget is for!

This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, and Spanish.

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

Amazing as always!, can't wait for the next one, is like having a small gift every-time you post a new video.

fernando_her
Автор

simple but effective! Man, switching to flutter was the best decision xD

mhdev
Автор

I love how these widget of the weeks are getting more and more likes. Shows how much people are loving flutter once they get into the eco system.

shababkarim
Автор

Please make a video explaining BuildContext!!

danvilela
Автор

There’s always some new Widget in Widget of the week that I didnt know existed until now.

emranimam
Автор

Why didn't I come across this widget a couple of weeks ago when I needed a Scaffold of context. I split my widget into 2 separate ones but Builder would really simplify my solution

JohnDoe-fvcu
Автор

I think widget of the week should have been among the first videos published. 😂 Some of learned this the hard way. 🤗

PetarVukmanovic
Автор

Awesome! Although i knew and used it, but just followed a pattern and donot why, and never thought the reason doing that .
This is absolutely reveal the truth of my world!!

younghk
Автор

Builder widget function should be implemented on regular scaffold widget, so we don't need to add this in the future.

elsam_
Автор

Just used this one day ago! Excellent!

ciprian
Автор

Simple, precise and short. Amazing as always.

Jobic-
Автор

Why do you need the builder widget, why scaffold.of(context) doesn't work? Why splitting it in a custom widget works? Isn't context a parameter to pass data from parent to child ?

EduardAlexandru
Автор

Hi please, can you make a video about ValueNotifier and Stream using in practice? They are very similar in practise. I know that Value Notifier can be used for animation but difference in logic is little understandable

ulanbatyrbekov
Автор

So I need only one build widget per .dart file, am I right?

berkankucuklu
Автор

I really like these videos. Keep doing that please.

jakubblaha
Автор

Just like a few days ago I was looking for this but ended up moving the code (that needs context) to a separate widget.

broooth
Автор

I am confused. The widget Builder solve the problem widget cannot directly get its own context before parents complete its build function? But why split to the stand-alone widget can solve this problem.

carrotping
Автор

This the important in the flutter, i like it

marwandhiaurrahman
Автор

Please create the same videos in spanish! If you have channel for the spanish speaker community and share the same video but in spanish would be great. The community that speak spanish is huge and the people are really interesting to learn flutter.

anell
Автор

I had this problem today. Didn´t think it would be that easy wow

nirvana
join shbcf.ru