flutter .
- 독행 소년 강좌 목록
https://here4you.tistory.com/120
학습 순서 출처
https://software-creator.tistory.com/5?category=681555
- 코드랩
https://codelabs.developers.google.com/?cat=Flutter
- 레이아웃 및 듀토리얼 보기
https://flutter.dev/docs/development/ui/layout
- 구글 플러터 예제 보기
https://github.com/flutter/flutter/tree/master/examples/flutter_gallery
- 플러터 행성 만들기 듀토리얼
https://sergiandreplace.com/planets-flutter-from-design-to-app/
이후 학습
- 안드로이드, ios 네이티브 코드 쓰기
- 웹에서 데이터 받아서 파싱하기
- 각종 플러그인(로컬 데이터 베이스, 파이어베이스, 지도) 써보기
- 위젯 깊이 알기 (렌더링 과정, inheritedWidget)