Building Real App
플러터를 활용해서 실제와 비슷한 어플리케이션을 구현해보자
- What's in this section?
- Most Important Widgets
- Transaction
What's in this section?
- Widgets
- Theming & Material Design
- Working with Images & Fonts
- Adding Business Logic to an App
아래의 링크에서 플러터의 Widget Catalog를 볼 수 있다.
Widget catalog
여기서 우리는 위젯 종류 뿐만아니라 위젯이 가지는 속성들과 많은 정보들을 시각적으로 접근할 수 있다.
아래의 링크는 Flutter API의 기본적인 사용법과 속성들을 가지고 있다.
Flutter - Dart API docs
Most Important Widgets
이번 장에서는 위젯에 대한 대부분의 내용을 배워 볼 것이다.
1. App & Page Setup
MaterialApp & Cupertinopp
Scaffold & CupertinoPageScaffold
2. Layout