Intrinsic widgets | Decoding Flutter

preview_player
Показать описание
Learn how to size widgets in relation to the size of their siblings using IntrinsicHeight and IntrinsicWidth.



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

Very informative. I’m always hesitant to use intrinsics because of that warning. So I like how you put on the table the use cases and when it is actually bad to use it.

hyungtaecf
Автор

Wow...clear, concise and fun to watch you explain. Thank you for this

codegambit
Автор

You are getting better and better, this tutorial is a masterpiece

ebrahim
Автор

Interesting.. what if the parent is negligent of the children? Should I still pay my parent's bills?

Sheychan
Автор

Nice video, I've played around with Intrinsic widgets before, but it really helps knowing these details, and how expensive they can get.
I feel to use them now, if I'll need them, since I'd probably use them on leaves of subtrees.

TheManuz
Автор

You have a great way of explaining, keeps you interested through the whole video. props!

ultimaterex
Автор

This was an amazing explanation. Very intuitive, great pacing, memorable examples, and perfect intonation.

jaweene
Автор

Very helpful. Hope all documentation is made into a video like this.

nifhanif
Автор

Using flutter is like getting a full scholarship to an elite expensive school where all the teachers are competent, want to teach and your classmates don't disrupt the class. Feels like unearned privilege, compared to any other mobile app framework

nanakwame
Автор

Wait, for the given example. Doesn’t the CrossAlignment.stretch solve the problem?
Stretch would enforce every children as tall as the row, so the Align would work.

TimnewCNYN
Автор

In the old days, this kind of info was in the docs. I find flutter widget/class docs at once too dense and opaque (and often using obscure terms) while at the same time missing out obvious details and addressing obvious uses cases, such that the docs are rendered useless and stackoverflow (which is a poor substitute) is compulsory.

lorrimang
Автор

We can loosely define by putting the Row inside the Aspect Ratio or Sized Box that way can avoid the performance lag. Can also refer to MediaQuery for variable height but same ratio as screen size

resistance
Автор

IntrinsicHeight just saved my live <3

gabisz
Автор

Finally I learned what's the use of intrinsic widget that if 2 child didn't know which one is taller or wider use this widget

miladhesami
Автор

Super high quality video!
Loved the code examples and mini-quiz at the end.
Keep it up 🚀

rolandtolnay
Автор

Flutter remains my favorite dev team in the world.

vdinh
Автор

Can you make an elaborated video on how to use c++ in flutter.

brazilfan
Автор

6:34
So what if the height of the list/scroll is unknown/infinite and items in the ListTile comes from a server??
What's to say the next dynamically created ListTile item doesn't bust the cache???

Or am I getting it wrong??😳

jtmaxofficial
Автор

I did have used this Intrinsic height widget for building Twitter clone but didn't knew much about this though I had read the doc and saw "....CAN BE REALLY EXPENSIVE "

peterbk
Автор

I just wish every time we fixed one thing some other thing that worked before breaks. Can anybody tell me why this happens?

joannespruill