InheritedWidgets | Decoding Flutter

preview_player
Показать описание
InheritedWidgets in Flutter offer a way for widgets anywhere in your app to efficiently look up ancestor resources, but how do they work under the hood? Learn about widget lifecycle methods, how they interact with inherited widgets, and more!



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

We need more of these videos beside the flutter dev documentation.

rylaczero
Автор

I love that you people mentioned all aspects of the inherited widgets not just some surface level info. This cleared a lot of confusions.

aytunch
Автор

English is not my first language and it was very hard for me to follow.

alibakhtiyari
Автор

This is the most complete explanation I've seen of inherited widgets! thanks!

nosmirck
Автор

Ty for info. Listening is very hard to non native to english tho.

ltracker
Автор

Thank you, this is one of the clearest explanations of InheritedWidget that I've seen. Starting from _why_ and _what_ we need to do makes a lot of sense, to establish the practical use-cases, then showing _how_ it works, is a lot easier to understand than other explanations starting with the _how_ in abstraction. Thanks, Teresa! 👍

willcoder
Автор

Great work! need more decoding episodes with you please!

merthyr
Автор

What a way to
Waiting for Hindi subtitles for better understanding....ty...and keep going

vivekkumar-nbsw
Автор

Many thanks!

I've watched so many Inherited, Provider and Bloc videos, but only vaguely suspected that the same mechanism is used everywhere, which always leads to a static class because the addressing is always more or less complex via its class-name. Thanks to your video, I really understood how it works, and the special syntax for the first time.

Thank you so much!

DTrain
Автор

Really needed this. Came at the perfect time.

verticrow
Автор

Super useful! And yes, we need more such videos.

bcpopri
Автор

Thanks, but very difficult to understand what Teresa is saying.

ExpeditionCirkus
Автор

This is a very clear and helpful explanation, thanks a lot! :D

mintavi
Автор

PLEASE use speakers with accent-free language! This is very hard to understand for non-native speakers!

Apenschi
Автор

the flutter team when there will be normal documentation for navigator 2.0

DartMitai
Автор

Super explanation as always, thank you and best wishes))

AJFlutterTutorials
Автор

Nice one! Very well detailed explanation, thank you! By the way, I really liked this color scheme for the fonts...how can I set mine exactly that way?

heldim
Автор

hye bro, i need help to build the scrolling effect in listview like one container at a time. but containers are having different heights. by scrolling only. not but pressing the button. by pressing button i know through jumtonextIndex it works but need same effect by scrolling on listview

ajaypangare
Автор

Great video! So using context.read() in our init state is bad?

matiasramirez
Автор

Video has great information but it's too bad I'm spending most of my brainpower (I don't have much) into understanding what words are being said. Subtitles aren't the best option when you're also reading code and diagrams !

feykroTV