Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "BloodBank",
"request": "launch",
"type": "dart"
}
]
}
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if (flutterVersionName == null) {

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'com.google.gms.google-services'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
Expand Down Expand Up @@ -56,4 +57,5 @@ flutter {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation platform('com.google.firebase:firebase-bom:27.0.0')
}
40 changes: 40 additions & 0 deletions android/app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"project_info": {
"project_number": "631408157440",
"firebase_url": "https://bankblood-101-default-rtdb.firebaseio.com",
"project_id": "bankblood-101",
"storage_bucket": "bankblood-101.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:631408157440:android:580785dcc965a11d6949e5",
"android_client_info": {
"package_name": "com.example.blood_bank_app"
}
},
"oauth_client": [
{
"client_id": "631408157440-3u9bcqab7lejkver054rnagtfm81s0ah.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyC8YFH1eYQffjhBHDvffHXA5aBvKiJtO60"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "631408157440-3u9bcqab7lejkver054rnagtfm81s0ah.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.5'
}
}

Expand Down
203 changes: 0 additions & 203 deletions lib/main.dart

This file was deleted.

Loading