From 834ece849ca4cd9c891db1458cf12629134e8085 Mon Sep 17 00:00:00 2001 From: ridequestcontact-ops Date: Sat, 25 Jul 2026 11:27:56 +0200 Subject: [PATCH] Update AppDelegate.swift --- example/ios/Runner/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/Runner/AppDelegate.swift b/example/ios/Runner/AppDelegate.swift index 21f4a3c5..ca89459f 100644 --- a/example/ios/Runner/AppDelegate.swift +++ b/example/ios/Runner/AppDelegate.swift @@ -29,7 +29,7 @@ import UIKit ProcessInfo.processInfo.environment["MAPS_API_KEY"] ?? findMapApiKeyFromDartDefines( "MAPS_API_KEY") ?? "" if mapsApiKey.isEmpty { - mapsApiKey = "YOUR_API_KEY" + mapsApiKey = "AIzaSyDxwjmBTjWSZIUzbFmaeSQRLbqoZpFmuec" } GMSServices.provideAPIKey(mapsApiKey) GeneratedPluginRegistrant.register(with: self)