Flutter Responsive App: Expanded vs Flexible Widget

preview_player
Показать описание
In Flutter, there are two ways to solve the responsiveness for different mobile screens, Flexible and Expanded. In this video I dive deep into how they work and which one to use when.

Happy coding!

If you guys want to read the post on Medium, here is the link:

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

great job!

Expanded like tight constraint (need to fill up all available space)
Flexible like loose constraint (can be smaller)
Both Expanded and Flexible are humble on what they wants, if not enough space for what they want, they will just happily accept the allocated space, so have the effect of shrinking its size (i.e. the height or width parameters figure is ignored if available space is smaller that the figure)

henrypilotatwork
Автор

Simple and helpful explanation. Thanks a bunch!

HenryPaul-vs
Автор

Please filter out your keyboard click sound when publishing video

appleson
Автор

Gracias desde Argentina! me ayudo mucho tu video

javiergutierrez
Автор

I can not thank you enough. Still thank you so much :)

marflage