플러터 공부 기록과 데모 앱 저장소
- IDE: Android Studio 3.6.3
- Test Devices: Galaxy Note 10, Galaxy Note FE, Galaxy Edge 6 plus
- I didn't test the app on iOS devices enough so there might be some bugs..
- iOS는 테스트를 충분히 하지 않았기 때문에 버그가 있을 수 있습니다.
- An issue with the iOS Firebase implementation should be fixed
- Once you cloned this project, you need to add New Configuration of Flutter at Edit configurations
- and specify Dart entrypoint as: lib/page/main.dart
- Don't forget to click "Pub get" at pubspec.yaml to get dependencies
- https://flutter.dev/ : Flutter Docs
- https://dart.dev/ : Dart Docs
- https://pub.dev/ : Dart Packages
- Flutter Gallery - You can check Flutter App's UI/Design and its source code.
- Flutter UI Challenge - You can check Flutter app's UI/Design/Animation and its source code.
- Flutter Awesome Gallery - You can check Flutter app's UI/Design/Animation and its source code.
- Flutter Icon Finder - You can find many kinds of Flutter icon resources.
- History Of Everything - You can check nice animations made with Flutter.
- Flutter Boot Camp With Dart - Udemy lecture
- Exercism - Flutter exercises
- https://github.com/londonappbrewery/Flutter-Course-Resources
- https://github.com/Solido/awesome-flutter
- https://github.com/iampawan/FlutterExampleApps
- https://github.com/2d-inc/HistoryOfEverything
- Material Design
- Material Design Palette
- Google Fonts
- Dribbble - Finding creative design works and get insight
- ColorZilla - Color picker
- Bloc, Bloc Official Page - Business Logic Component
- Equatable - Helps implement equality without boilerplate code
- Geolocator - A Flutter geolocation plugin which provides easy access to platform specific location services
- Http - A composable, Future-based library for making HTTP requests
- SpinKit - A collection of loading indicators animated with flutter
- Animated Text Kit - A Flutter package which contains a collection of some cool and awesome text animations
- Firebase Core - A Flutter plugin to use the Firebase Core API
- Firebase Auth - A Flutter plugin to use the Firebase Auth API
- Cloud Firestore - A Flutter plugin to use the Cloud Firestore API
- Modal Progress Hud - A simple widget wrapper to enable modal progress HUD
- Provider - A Wrapper around InheritedWidget to make them easier to use and more reusable