Skip to content

Commit fa08d2e

Browse files
committed
Google Maps is limited to special widgets and not part of the core. Related to #491.
1 parent a94a3cc commit fa08d2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/ios/Runner/AppDelegate.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import UIKit
22
import Flutter
3-
import GoogleMaps
43

54
@UIApplicationMain
65
@objc class AppDelegate: FlutterAppDelegate {
76
override func application(
87
_ application: UIApplication,
98
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
109
) -> Bool {
11-
GMSServices.provideAPIKey(Bundle.main.object(forInfoDictionaryKey: "MAPS_FIELD_API_KEY") as? String ?? "")
1210
GeneratedPluginRegistrant.register(with: self)
1311
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
1412
}

0 commit comments

Comments
 (0)