Flutter 관련 자료 정리
2019. 5. 26. 13:23ㆍProgramming/Android
반응형
Build Native Mobile Apps with Flutter, Udacity
https://classroom.udacity.com/courses/ud905
Flutter Resources
- Documentation:https://docs.flutter.io/
- Github:https://github.com/flutter/flutter
- StackOverflow:https://stackoverflow.com/questions/tagged/flutter
- Gitter:https://gitter.im/flutter/flutter
- Effective Dart Guide:https://www.dartlang.org/guides/language/effective-dart
- Dart Tips:https://www.dartlang.org/resources/dart-tips
- Flutter FAQ:https://flutter.io/faq/
- Flutter Rendering:https://www.youtube.com/watch?v=UUfXWzp0-DU
- Flutter Engine:https://github.com/flutter/engine/wiki
- Hot Reload:https://flutter.io/hot-reload/
- Flutter Inspector:https://dart-lang.github.io/observatory/
- Dart Style Guide:https://www.dartlang.org/guides/language/effective-dart/style
- Dart Observatory:https://dart-lang.github.io/observatory/
- Flutter Widgets:https://flutter.io/widgets/
- Flutter Gallery App Code:https://github.com/flutter/flutter/tree/master/examples/flutter_gallery
- Flutter Gallery Android App:https://play.google.com/store/apps/details?id=io.flutter.demo.gallery
- Flutter Layout:https://flutter.io/tutorials/layout/
- Material:https://material.io
- Icons:https://thenounproject.com
- Images:https://unsplash.com
- Fonts:https://fonts.google.com
- Google APIs:https://pub.dartlang.org/packages/googleapis
- Async and Futures:https://www.dartlang.org/tutorials/language/futures
- Testing:https://flutter.io/testing/
반응형
'Programming > Android' 카테고리의 다른 글
[삽질기록] RAW H.264(AVC)에 MP4컨테이너 씌우기 #2 / FFmpeg 빌드 (0) | 2019.06.03 |
---|---|
[삽질기록] RAW H.264(AVC)에 MP4컨테이너 씌우기 #1 (4) | 2019.05.29 |
[Android/Java] 파일 출력(FileOutputStream)관련 삽질 기록 (0) | 2019.05.23 |
GCM to FCM Migration 정리 (0) | 2019.04.29 |
[GCM to FCM Migration 삽질기#3] Legacy 코드를 제거하자! (0) | 2019.04.24 |