We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94a3cc commit fa08d2eCopy full SHA for fa08d2e
example/ios/Runner/AppDelegate.swift
@@ -1,14 +1,12 @@
1
import UIKit
2
import Flutter
3
-import GoogleMaps
4
5
@UIApplicationMain
6
@objc class AppDelegate: FlutterAppDelegate {
7
override func application(
8
_ application: UIApplication,
9
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
10
) -> Bool {
11
- GMSServices.provideAPIKey(Bundle.main.object(forInfoDictionaryKey: "MAPS_FIELD_API_KEY") as? String ?? "")
12
GeneratedPluginRegistrant.register(with: self)
13
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
14
}
0 commit comments