flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.79k stars 3.2k forks source link

Review and update tutorial on 'Layouts in Flutter' page #4130

Open CivanDogan opened 4 years ago

CivanDogan commented 4 years ago

Page URL: https://docs.flutter.dev/ui/layout Page source: https://github.com/flutter/website/tree/master/src/docs/development/ui/layout/index.md

Description of issue: This tutorial is awesome but probably outdated. Sizing Widgets is not working as in the example. Setting flex :2 not makes the images get bigger vertically . Thank you

image

CivanDogan commented 4 years ago

It's because of the Image.asset because Expanded take up space as in tutorial. image