Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Commit e9a1413

Browse files
committed
とりまログインとリストが動くまで
1 parent 58d2f9c commit e9a1413

File tree

11 files changed

+1503
-82
lines changed

11 files changed

+1503
-82
lines changed

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "trainlcd-bf910"
4+
}
5+
}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ app.*.map.json
4545
/android/app/debug
4646
/android/app/profile
4747
/android/app/release
48+
49+
# Firebase
50+
google-services.json
51+
GoogleService-Info.plist

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ linter:
2727

2828
# Additional information about this file can be found at
2929
# https://dart.dev/guides/language/analysis-options
30+
analyzer:
31+
errors:
32+
invalid_annotation_target: ignore

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
applicationId "app.trainlcd.cs.csapp"
4848
// You can update the following values to match your application needs.
4949
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
50-
minSdkVersion flutter.minSdkVersion
50+
minSdkVersion 21
5151
targetSdkVersion flutter.targetSdkVersion
5252
versionCode flutterVersionCode.toInteger()
5353
versionName flutterVersionName

ios/firebase_app_id_file.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"file_generated_by": "FlutterFire CLI",
3+
"purpose": "FirebaseAppID & ProjectID for this Firebase app in this directory",
4+
"GOOGLE_APP_ID": "1:1067262268332:ios:9f1f1371adf3a15a51e009",
5+
"FIREBASE_PROJECT_ID": "trainlcd-bf910",
6+
"GCM_SENDER_ID": "1067262268332"
7+
}

0 commit comments

Comments
 (0)