dashboard replaced with client profile page

This commit is contained in:
2024-08-01 15:06:27 +05:30
13 changed files with 73 additions and 185 deletions

View File

@@ -23,8 +23,8 @@ if (flutterVersionName == null) {
}
android {
namespace "com.ftc.app.ftc_mobile_app"
compileSdkVersion flutter.compileSdkVersion
namespace "com.app.ftc_patient"
compileSdkVersion 32
ndkVersion "25.1.8937393"
compileOptions {
@@ -42,11 +42,11 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.ftc.app.ftc_mobile_app"
applicationId "com.app.ftc_patient"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
targetSdkVersion 32
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}

View File

@@ -1,29 +0,0 @@
{
"project_info": {
"project_number": "583559514958",
"project_id": "ftc-services-ea8d6",
"storage_bucket": "ftc-services-ea8d6.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:583559514958:android:89af243ca4a3888a32ec1f",
"android_client_info": {
"package_name": "com.ftc.app.ftc_mobile_app"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyDF2vZbiWQROGvyvLeeCmAjPLnPLYjE6Os"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}

View File

@@ -1,4 +1,4 @@
package com.ftc.app.ftc_mobile_app
package com.app.ftc_patient
import io.flutter.embedding.android.FlutterActivity