StatefulBuilder (Widget of the Week)

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

Want the perks of a separate widget without doing much of the work? Try StatefulBuilder!

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

#WidgetoftheWeek #Widgets #Flutter

product: Flutter - Development - User interface;
Рекомендации по теме
Комментарии
Автор

Never knew this widget existed, has to be one of the most useful widgets

noobinator
Автор

Nice! Missed this a few times in the past when I didn't know it exists.
Very useful widget.

ihor
Автор

Very useful when working with ModalBottomSheet, if you need to update the state of the parent widget from the ModalBottomSheet or viseversa

mmahgoub
Автор

StatefulBuilder helps inside dialogs as well.

CodeXdev
Автор

I can't believe I had not seen this widget. That changes A LOT!

pkitatta
Автор

Recently, I've used StatefulBuilder on modal bottom sheet and dialog to manage the scoped state.

TechnoDB
Автор

One of the most useful widgets in history.

ivanyoed
Автор

this widget i always needed
its very useful🥰

shuhaibkt
Автор

If this then why other state Management techniques...i m so excited...

salkhan
Автор

just about time this is way better than just calling a Future and wait for a set state at its tail which sometimes lead to an infinite loop if the user interacts with the widget, no more blocking that with an alert dialog so.

taash
Автор

Very useful widget, why I didn't discover it before

raghav
Автор

THIS IS AMAZING ! How come i've missed this :0 Thank you for these awesome videos

oussamaabderrahim
Автор

a coincidence
I was stuck at the same point, and not wanted to make any separate widget and guess what they just uploaded this video 😆😆😆❤️

siddharthupadhyay
Автор

I think StatefulBuilder is very useful. Thank you for introduction.

-yue-
Автор

It is amazing for small small widgets. I will be really using it

hasan_eke
Автор

Of 141 videos of this series, the view count of this video is 127th. Yet this is one of the most useful widget in Flutter, I think.

yurrfqu
Автор

For the very long time I have been using Provider because I don't know this widget. So when I saw this, I asked myself: "What? This widget really exists?"
Then I saw the upload date, it's on April Fools day.

THANK GOD IT'S NOT A PART OF APRIL FOOLS JOKE! I should whip myself to read the docs more intense.

anandastoon
Автор

Where did this little gem come from!? I’ve been avoiding this by breaking out to separate (often Consumer) widgets by default. Will crowbar this into my code tmrw!

mysandyballs
Автор

Why didn't I know about this sooner? Just use it in my task and it's amazing.

z
Автор

This is so useful especially when you use FutureBuilder and it's child uses setState.

abhilashhegde
visit shbcf.ru