Intro To Container Layouts - Flutter Friday 8

Опубликовано: 13 Ноябрь 2024
на канале: Codemy.com
6,160
204

In this video we'll start to look at managing your Flutter Layout using Containers.

Containers are exactly what they seem to be...they contain things, they hold things.

They're a great way to organize your layout, and in this video we'll start to learn how to use them.

#flutter #codemy #JohnElder

Timecodes

0:00​​ - Introduction
0:46 - Check Out The Flutter Docs
2:05 - Create A Container Widget
2:30 - Add Text
3:01 - Change The Container Color
3:28 - Resize Height and Width
4:07 - Add Padding
4:43 - Add Alignment
5:08 - Add Margin
5:45 - Conclusion