create_flutter_provider_app
A boilerplate project created in Flutter using Provider and Firebase.
파일 탐색기
최종 버전 다운로드 (.zip)- AndroidManifest.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- strings.xml
- google-services.json
- MainActivity.kt
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- strings.xml
- google-services.json
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- settings.gradle
- Product-Sans-Bold-Italic.ttf
- Product-Sans-Bold.ttf
- Product-Sans-Italic.ttf
- Product-Sans-Regular.ttf
- en.json
- zh.json
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- .gitignore
- shared_preference_helper.dart
- app_font_family.dart
- app_themes.dart
- todo_model.dart
- user_model.dart
- auth_provider.dart
- language_provider.dart
- theme_provider.dart
- firestore_database.dart
- firestore_path.dart
- firestore_service.dart
- register_screen.dart
- sign_in_screen.dart
- home.dart
- setting_language_actions.dart
- setting_screen.dart
- splash_screen.dart
- create_edit_todo_screen.dart
- empty_content.dart
- todos_extra_actions.dart
- todos_screen.dart
- app_localizations.dart
- auth_widget_builder.dart
- flavor.dart
- main.dart
- main_prod.dart
- my_app.dart
- routes.dart
- flavor-step-1.png
- flavor-step-1b.png
- flavor-step-2.png
- flavor-step-3.png
- flavor-step-4.png
- flavor-step-4b.png
- flavor-step-5.png
- flavor-step-5b.png
- how-to-use-step2.png
- how-to-use-step4a.png
- how-to-use-step4b.png
- how-to-use-step5.png
- how-to-use-step6.png
- how-to-use-step7.png
- how-to-use-step8.png
- how-to-use-step9.png
- language_control.gif
- todo-app-screenshots.png
- .gitignore
- .metadata
- LICENSE.md
- pubspec.lock
- pubspec.yaml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/KenAragorn/create_flutter_provider_app
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd create_flutter_provider_app
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
Download the google-services.json file provided by Firebase to the android/app directory. Then, update the Gradle build files under android/build.gradle to register the app with Google services.
Gradle로 빌드를 진행합니다.
Update the android/app/build.gradle file by adding the following highlighted code:
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
