diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 74bf722..14f8fd1 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -18,6 +18,18 @@ android:name="com.google.android.geo.API_KEY" android:value="YOUR_GOOGLE_MAPS_API_KEY"/> + + + + + + + + - - - - - diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 3af8016..b86a432 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -47,5 +47,18 @@ UIStatusBarHidden + GIDClientID + 639347358523-1siq78p4vntem3dtr067ajdhqsv9a2jd.apps.googleusercontent.com + CFBundleURLTypes + + + CFBundleTypeRole + Editor + CFBundleURLSchemes + + com.googleusercontent.apps.639347358523-1siq78p4vntem3dtr067ajdhqsv9a2jd + + + diff --git a/lib/core/api/api_endpoints.dart b/lib/core/api/api_endpoints.dart index ac30036..5d1da40 100644 --- a/lib/core/api/api_endpoints.dart +++ b/lib/core/api/api_endpoints.dart @@ -2,7 +2,7 @@ class ApiEndpoints { // Change this to your desired backend base URL (local or UAT) // For local Django dev use: "http://127.0.0.1:8000/api" - // em.eventifyplus.com DNS points to K8s with broken TLS — use backend.eventifyplus.com (EC2, valid cert) + // em.eventifyplus.com / uat.eventifyplus.com DNS → K8s, broken TLS. backend.eventifyplus.com → EC2 174.129.72.160, valid cert. static const String baseUrl = "https://backend.eventifyplus.com/api"; /// Base URL for media files (images, icons uploaded via Django admin).