App/Flutter
Flutter
Jacob93
2020. 4. 30. 15:33
The Brewery Study
1. Why Flutter?
- Dart 언어만 알면 IOS, Android, Web, Desktop 을 구현할 수 있다.
- A simple and flexible layout System
- There's a whole family of devices. Lots of devices. Huge ecosystem of sizes, ratios.
- Hot reload!
- As soon as you change something, you hist save, and you see the change in your app.
- super-fast reload
- Access to Original Source code
- IOS 와 Android 소스가 어떻게 동작하는지 직접 접근이 가능하다.
2. The Anatomy of a Flutter App
Widget Tree.