How to Create Stateless Widgets - Flutter Widgets 101 Ep. 1

preview_player
Показать описание
In this first episode of Flutter Widgets 101, Martin Aguinis goes over what Flutter widgets are, how they combine to become interfaces, how to compose with stateless widgets, and more.

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

Good to see short, concise but technical explanations of Flutter. Please cover the semantics widgets (for accessibility) at some point in the series.

KenPetri
Автор

wandered through lots of articles and books to learn flutter, but this single instruction is just better than those.

dmg
Автор

Great video! A quick suggestion... take advantage of the IDE's "wrap a widget" and "add padding" features (Cmd-.). This also works in VSCode, which makes editing the Flutter code so much easier! Keep up the great work! Looking forward to the series!

GlennLewis
Автор

It's worth mentioning at the end that the body of the build() method for DogName could be simplified to return a single Container widget with a Text child.

chickenbloodmachine
Автор

These series will be really helpful, loving flutter more and more every day, good job!

franklinguerra
Автор

10/ 10 good teaching - the reveal at the end had me shook

peterfranz
Автор

Hello everybody ! These videos are pretty awesome and explain the details perfectly. We want to have a lot of videos like this, thank you GOOGLE, thank you all !!!

dilshoduskanov
Автор

Thank you so much for all of this flutter stuff. If y'all could, hurry it up so I can finish my school project faster. xD

alexj
Автор

Just can say 4 words for his explanations Simple, Quick, Useful, Exciting

BO-nnup
Автор

This tutorial series has helped me a lot to understand the differences between stateless widget and stateful widget but I have seen use cases where both are implemented at a time an example use case is where a stateless widget was created first with a home method that calls the stateful widget class. Please I would like to understand why are stateless widget used to call a stateful widget class and why are both used at the same time. This may be a dummy question but it has been a question I had searched on Google and got no answer

TechieChuks
Автор

Hope these come in faster than once a week. Thanks for the vid.

polypus
Автор

Really amazing brother.
Glad to learn flutter from people like you. simply wounderful 🙌🙌❤❤❤❤❤❤

nerellavenkatapathidattatr
Автор

Been some time developing apps on Flutter. Sometimes I think how the hell could it be soo easy :). Good job Google.

groveroq
Автор

This is really exciting. It seems very easy to build complex apps across platforms. I will try it out to justify this.

GauravGandhi
Автор

Short and to the point.
I hope I will be a member of any department in Google in the nearest future.

mohamedhussien
Автор

Element tree doesn't show 'what actually on screen', it only have reference/location to that current build widget.
RenderObject Tree is the actual representation of the screen. RenderObject is created by using configuration details from widget and reference details from element.
(RenderObject = widget(configuration details) + Element(location details)).

This how I understood about flutter framework, But after watching this video i'm get confused.
(Am I right or wrong?)

dilshan
Автор

Please release new videos daily or three times a week. Thx

jpkontreras
Автор

Why are they always using sizedbox in these tutorials, isn't there MainAxisAlignment.spaceEvenly for this?

elmeroranchero
Автор

why make a difference between stateful and stateless or why split i should say? join them together and then add a switch or boolean that you can set to stateful or stateless, seems like extra work coding wise for something that can just be specified with less code. but whatever, i am not on the flutter dev team. thanks for sharing.

matthewslaton
Автор

New to this, totally lost, will it get easier?

ucmeytsc