Skip to content

This repository is about my records of learning flutter and its reference.

Notifications You must be signed in to change notification settings

WoogearKwon/flutter-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's study Flutter

drawing

Flutter Demo App and Reference for Learning Flutter

플러터 공부 기록과 데모 앱 저장소

Environment

  • IDE: Android Studio 3.6.3
  • Test Devices: Galaxy Note 10, Galaxy Note FE, Galaxy Edge 6 plus

Note

  • 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

Screenshots

drawing

To run this app on your device

  • 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

Official Documentations

Check these Apps

Lecture / Practice Track

Repositories

Resources

Packages

  • 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

About

This repository is about my records of learning flutter and its reference.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published