This commit is contained in:
Hamza-Ayed
2024-01-18 00:49:00 +03:00
parent 358bb904ab
commit 7af7e71b30
17 changed files with 1028 additions and 269 deletions

View File

@@ -2,7 +2,7 @@ import UIKit
import Flutter
import FirebaseCore
import GoogleMaps
import Constants
// import Constants
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
@@ -11,7 +11,7 @@ import Constants
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GMSServices.provideAPIKey(mapsApiKey)
GMSServices.provideAPIKey("AIzaSyCyfwRXTwSTLOFQSQgN5p7QZgGJVZnEKq0")
FirebaseApp.configure()
GeneratedPluginRegistrant.register(with: self)
return true