diff --git a/android/app/build.gradle b/android/app/build.gradle index 8b67127..d5609a5 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -46,7 +46,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.prosappco" + applicationId "com.prosapp.prosapp" // 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".toInteger() diff --git a/android/app/google-services.json b/android/app/google-services.json index bebbe34..c74eef4 100644 --- a/android/app/google-services.json +++ b/android/app/google-services.json @@ -8,18 +8,18 @@ "client": [ { "client_info": { - "mobilesdk_app_id": "1:245204384533:android:12920d0fe3ec9b999f871c", + "mobilesdk_app_id": "1:245204384533:android:e01772831d86f5c79f871c", "android_client_info": { - "package_name": "com.example.prosappco" + "package_name": "com.prosapp.prosapp" } }, "oauth_client": [ { - "client_id": "245204384533-7p2j0go97da4gp062s7enop0ab8q7a7p.apps.googleusercontent.com", + "client_id": "245204384533-23bm14294ctm728nd9u83eiapsjfebhu.apps.googleusercontent.com", "client_type": 1, "android_info": { - "package_name": "com.example.prosappco", - "certificate_hash": "e0e88a66931385d2626f8531e7cbbb5722df7b4b" + "package_name": "com.prosapp.prosapp", + "certificate_hash": "29ac5d7d1b88c755a084a0ad5d561dd62d795eb5" } }, { diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index bcbbad0..ee0c04f 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; + ADF3D9B31D73179ECCE7D3BB /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 47D29BFFEE062A72D9E6E12A /* GoogleService-Info.plist */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -33,6 +34,7 @@ 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; + 47D29BFFEE062A72D9E6E12A /* GoogleService-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "Runner/GoogleService-Info.plist"; sourceTree = ""; }; 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; @@ -88,6 +90,7 @@ 97C146EF1CF9000F007C117D /* Products */, E5C876AEF0D01DE572D83FC4 /* Pods */, 5F3EBDC617D1ACB18B4906E0 /* Frameworks */, + 47D29BFFEE062A72D9E6E12A /* GoogleService-Info.plist */, ); sourceTree = ""; }; @@ -192,6 +195,7 @@ 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, + ADF3D9B31D73179ECCE7D3BB /* GoogleService-Info.plist in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index f3cd0f2..00313e9 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -5,15 +5,15 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Prosappco + Prosapp CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) + com.prosapp.prosapp CFBundleInfoDictionaryVersion 6.0 CFBundleName - prosappco + prosapp CFBundlePackageType APPL CFBundleShortVersionString diff --git a/ios/firebase_app_id_file.json b/ios/firebase_app_id_file.json index a4bc04d..1c89e48 100644 --- a/ios/firebase_app_id_file.json +++ b/ios/firebase_app_id_file.json @@ -1,7 +1,7 @@ { "file_generated_by": "FlutterFire CLI", "purpose": "FirebaseAppID & ProjectID for this Firebase app in this directory", - "GOOGLE_APP_ID": "1:245204384533:ios:aeb233e55c5ddf7a9f871c", + "GOOGLE_APP_ID": "1:245204384533:ios:1d58f5624d0df4859f871c", "FIREBASE_PROJECT_ID": "prosapp-5747a", "GCM_SENDER_ID": "245204384533" } \ No newline at end of file diff --git a/lib/firebase_options.dart b/lib/firebase_options.dart index 97619e5..c5f1446 100644 --- a/lib/firebase_options.dart +++ b/lib/firebase_options.dart @@ -49,35 +49,40 @@ class DefaultFirebaseOptions { messagingSenderId: '245204384533', projectId: 'prosapp-5747a', authDomain: 'prosapp-5747a.firebaseapp.com', + databaseURL: 'https://prosapp-5747a-default-rtdb.firebaseio.com', storageBucket: 'prosapp-5747a.appspot.com', + measurementId: 'G-EVBEQRZEDY', ); static const FirebaseOptions android = FirebaseOptions( apiKey: 'AIzaSyBp7vsJvD6oXz0FORBLEeIELwId4a2onHQ', - appId: '1:245204384533:android:12920d0fe3ec9b999f871c', + appId: '1:245204384533:android:e01772831d86f5c79f871c', messagingSenderId: '245204384533', projectId: 'prosapp-5747a', + databaseURL: 'https://prosapp-5747a-default-rtdb.firebaseio.com', storageBucket: 'prosapp-5747a.appspot.com', ); static const FirebaseOptions ios = FirebaseOptions( apiKey: 'AIzaSyDUhnkNkeEPkqcwVo5EWr63q3oEX6bDGic', - appId: '1:245204384533:ios:aeb233e55c5ddf7a9f871c', + appId: '1:245204384533:ios:1d58f5624d0df4859f871c', messagingSenderId: '245204384533', projectId: 'prosapp-5747a', + databaseURL: 'https://prosapp-5747a-default-rtdb.firebaseio.com', storageBucket: 'prosapp-5747a.appspot.com', - androidClientId: '245204384533-7p2j0go97da4gp062s7enop0ab8q7a7p.apps.googleusercontent.com', + androidClientId: '245204384533-04oabs744hp8fjbdreijp4h16nvfmeti.apps.googleusercontent.com', iosClientId: '245204384533-nv7e2n7d4vj5kfkc55mlmiiju0ch2qhn.apps.googleusercontent.com', iosBundleId: 'com.example.prosappco', ); static const FirebaseOptions macos = FirebaseOptions( apiKey: 'AIzaSyDUhnkNkeEPkqcwVo5EWr63q3oEX6bDGic', - appId: '1:245204384533:ios:aeb233e55c5ddf7a9f871c', + appId: '1:245204384533:ios:1d58f5624d0df4859f871c', messagingSenderId: '245204384533', projectId: 'prosapp-5747a', + databaseURL: 'https://prosapp-5747a-default-rtdb.firebaseio.com', storageBucket: 'prosapp-5747a.appspot.com', - androidClientId: '245204384533-7p2j0go97da4gp062s7enop0ab8q7a7p.apps.googleusercontent.com', + androidClientId: '245204384533-04oabs744hp8fjbdreijp4h16nvfmeti.apps.googleusercontent.com', iosClientId: '245204384533-nv7e2n7d4vj5kfkc55mlmiiju0ch2qhn.apps.googleusercontent.com', iosBundleId: 'com.example.prosappco', ); diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj index d6bfbce..89569c5 100644 --- a/macos/Runner.xcodeproj/project.pbxproj +++ b/macos/Runner.xcodeproj/project.pbxproj @@ -26,6 +26,7 @@ 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; }; 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; }; 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; }; + DFAE116AA0A5B93B39BF14BF /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = AE1007FC9B2143762CB9DF6D /* GoogleService-Info.plist */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -54,7 +55,7 @@ /* Begin PBXFileReference section */ 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = ""; }; 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = ""; }; - 33CC10ED2044A3C60003C045 /* prosappco.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "prosappco.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 33CC10ED2044A3C60003C045 /* prosappco.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = prosappco.app; sourceTree = BUILT_PRODUCTS_DIR; }; 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = ""; }; 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; @@ -68,6 +69,7 @@ 33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = ""; }; 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = ""; }; 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = ""; }; + AE1007FC9B2143762CB9DF6D /* GoogleService-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "Runner/GoogleService-Info.plist"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -99,6 +101,7 @@ 33CEB47122A05771004F2AC0 /* Flutter */, 33CC10EE2044A3C60003C045 /* Products */, D73912EC22F37F3D000D13A0 /* Frameworks */, + AE1007FC9B2143762CB9DF6D /* GoogleService-Info.plist */, ); sourceTree = ""; }; @@ -227,6 +230,7 @@ files = ( 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */, 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */, + DFAE116AA0A5B93B39BF14BF /* GoogleService-Info.plist in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/macos/firebase_app_id_file.json b/macos/firebase_app_id_file.json index a4bc04d..1c89e48 100644 --- a/macos/firebase_app_id_file.json +++ b/macos/firebase_app_id_file.json @@ -1,7 +1,7 @@ { "file_generated_by": "FlutterFire CLI", "purpose": "FirebaseAppID & ProjectID for this Firebase app in this directory", - "GOOGLE_APP_ID": "1:245204384533:ios:aeb233e55c5ddf7a9f871c", + "GOOGLE_APP_ID": "1:245204384533:ios:1d58f5624d0df4859f871c", "FIREBASE_PROJECT_ID": "prosapp-5747a", "GCM_SENDER_ID": "245204384533" } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0e3bb9d..1c428ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: prosappco -description: A new Flutter project. +description: Encuentra personal médico certificado. # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+1 +version: 1.1.0+1 environment: sdk: '>=2.19.3 <3.0.0' diff --git a/web/index.html b/web/index.html index 1aa37d6..8700331 100644 --- a/web/index.html +++ b/web/index.html @@ -23,7 +23,9 @@ - + + +