Flutter For Beginners - Episode 3 Stateful vs Stateless

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


⭐⭐⭐ SUPPORT ME ⭐⭐⭐

⭐⭐⭐ CONNECT WITH ME ON SOCIAL MEDIA ⭐⭐⭐

⭐⭐⭐ SETUP ⭐⭐⭐
⌨️ Keyboard: Ducky Shine 3 (brown switches)

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

Hey everyone, hope this tutorial will help some of you! If you are still a bit confused about Stateful and Stateless widgets, please let me know in the comments and be sure to subscribe for the upcoming episodes.

RobertBrunhage
Автор

1:40 lol, nice! All my future stateful widgets will be made by typing "stfu" 😆

LabGecko
Автор

Really great explanation! I really loved it.
I have a question and maybe this is a stupid one but, how to make the boxed still within his size when you switched the bool (currently when you switched it, the Widget would rebuild and it makes the size turn into normal size)?


Thanks for paying attention!
And just a small advice for you for the changeBool() function, you could make it into DRY instead of KISS by changing the code into this:


setState(() {
isBox != isBox
});
#cmiiw

permanar_
Автор

i love your hummer at the end!,
can i please know where do i use state less widget, i don't c you using stateless. Thank you.
HELP ME!

amith
Автор

Hello. Is there a way to make a boot receiver on flutter?

wattheshet