davefaliskie/travel_treasury
1ManStartup - 여행 예산 Flutter 앱
- Stars
- 308
- Forks
- 145
- 최근 푸시(UTC)
- 2023. 3. 21.
- 프로젝트 상태
- 활성
기술 주제
사용 중인 의존성
의존성 목록 22 개
- flutter
{"sdk":"flutter"} - firebase_core
^0.5.3 - cloud_firestore
^0.14.0 - firebase_auth
^0.18.0 - google_sign_in
^4.0.4 - apple_sign_in
^0.1.0 - cupertino_icons
^0.1.2 - intl
0.16.1 - date_range_picker
^1.0.5 - auto_size_text
^2.0.2 - flutter_spinkit
^3.1.0 - flutter_auth_buttons
^0.5.0 - dio
^3.0.10 - uuid
2.0.1 - device_info
^0.4.1+4 - google_fonts
^0.3.2 - firebase_admob
^0.10.0-dev.1 - flare_flutter
^2.0.3 - international_phone_input
^1.0.4 - flutter_launcher_icons
^0.7.3 - firebase_crashlytics
^0.2.4 - flutter_test개발 의존성
{"sdk":"flutter"}
순위
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
Travel Treasury
alt text
This repository contains all the code written throughout the 1ManStartup YouTube tutorials for building a travel budget app using Flutter
How To Use This Resource
Each episode where code is created or modified will have an associated branch in this repo. The code in each episode's branch will contain the completed code from that episode and the branch will remain in that state.
The master branch will contain the most recent version of code, and be considered the "production" version. This means the master branch will always be the most up to date.
Any questions should be asked in the comments of the relevant video on YouTube.
Setup Firebase Database
After Episode 15 you will need to configure your own Firebase project. Most importantly you will need to generate and include your own google-services.json file for Android and GoogleServices-Info.plist file for iOS. Full instructions on how to configure Firebase for this project can be found in Episode 15 on YouTube