-
flutter 설치 : flutter 설치 가이드 링크
-
패키지 설치 :
cd <프로젝트 폴더> flutter pub get
- lefthook 설치
- lefthook 설치 가이드
- Windows 10은 release에서 다운 받은 후 환경변수에 지정
- lefthook.yml 있는 폴더에서
lefthook install
실행
- lefthook-local.yml 파일 작성
pre-push: exclude_tags: - backend pre-commit: exclude_tags: - backend
- https://pub.dev/packages/http
- https://pub.dev/packages/geolocator
- https://pub.dev/packages/google_maps_flutter
- https://pub.dev/packages/firebase_auth
- https://pub.dev/packages/firebase_core
- https://pub.dev/packages/google_sign_in
- https://pub.dev/packages/json_annotation
- https://pub.dev/packages/package_info
- https://pub.dev/packages/url_launcher
- https://pub.dev/packages/fl_chart
- https://pub.dev/packages/flutter_staggered_grid_view
- https://pub.dev/packages/double_back_to_close_app
- https://pub.dev/packages/barcode_widget
- https://pub.dev/packages/smooth_page_indicator
inobus
│ pubspec.yaml
├─android
├─assets/
│ ├─icons
│ └─images
├─ios
└─lib/
├─api/
│ │ api.dart
│ │ device.dart
│ │ device.g.dart
│ │ orgainzation.dart
│ │ orgainzation.g.dart
│ │ user.dart
│ └─ user.g.dart
├─models/
│ │ auth_service.dart
│ └─ route_argument.dart
├─pages/
│ ├─information/
│ ├─introduction/
│ └─support/
│ │ barcode_page.dart
│ │ information_page.dart
│ │ map_page.dart
│ │ market_page.dart
│ │ pages.dart
│ │ point_page.dart
│ │ setting_page.dart
│ └─ user_history_page.dart
├─widgets/
│ │ app_appbar.dart
│ │ app_drawer.dart
│ │ app_scaffold.dart
│ │ circle_box.dart
│ │ circle_button.dart
│ │ login_button.dart
│ └─ page_info_one_image.dart
│ app_colors.dart
│ app_icons.dart
│ app_images.dart
│ app_size.dart
│ app_them.dart
│ main.dart
└─ routes.dart
쓰샘 기기 위치 정보 제공 | 사용자 고유 바코드 생성 | 사용자 포인트 조회 | 기관의 사용 랭킹 조회 |
---|---|---|---|
편의 기능 | |||
---|---|---|---|