Frontend 📚/Flutter

[Flutter]레이아웃 튜토리얼

leejaejae 2022. 2. 17. 16:06
 https://docs.flutter.dev/development/ui/layout/tutorial

 

Step 1: Diagram the layout

 

Step 2: Implement the title row

 

Step 3: Implement the button row

 

Step 4: Implement the text section

 

Step 5: Implement the image section

 

Step 6: Final


 

Step 1: Diagram the layout

012

 

Step 2: Implement the title row

 

 

Step 3: Implement the button row

01

 

Step 4: Implement the text section

 

 

Step 5: Implement the image section

 

 

Step 6: Final

 

 

 

 

 

 

 

 

'Frontend 📚 > Flutter' 카테고리의 다른 글

[Flutter]Memo App Project_(1)  (0) 2022.02.18
[Flutter]레이아웃 튜토리얼_(2)  (0) 2022.02.18
[Dart] Dart 기본 문법_(3)  (0) 2022.02.12
[Dart] Dart 기본 문법_(2)  (0) 2022.02.11
[Dart] Dart 기본 문법_(1)  (0) 2022.02.11