In this video I'll talk about the widget tree and the Scaffold.
We'll start to build out our own basic Flutter app using Text, Center, and Scaffold Widgets.
We'll also take a quick look at Material Design for Flutter.
#flutter #codemy #JohnElder
Timecodes
0:00 - Introduction
1:19 - Create A Flutter App
2:31 - What is Material Design?
2:55 - Add MaterialApp()
3:20 - Add Text To Our App
4:08 - Run The App In Browser
4:35 - Center The Text
5:20 - Flutter Widget Documentation
5:53 - Flutter Scaffold Documentation
6:13 - Add Scaffold And App Bar
6:51 - Add Title To App Bar
7:29 - Center App Bar Title
8:26 - Add Body To App
9:02 - Center Body Text
9:27 - Conclusion