File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 37
37
<meta-data
38
38
android : name =" flutterEmbedding"
39
39
android : value =" 2" />
40
- <!-- <meta-data android:name="com.google.android.geo.API_KEY"
41
- android:value="AIzaSyDZB6DYijMb-zmKXna4tJlaalJ7P0OddGw"/> -->
40
+
42
41
</application >
43
42
<!-- Required to query activities that can process text, see:
44
43
https://developer.android.com/training/package-visibility and
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import GoogleMaps
8
8
_ application: UIApplication ,
9
9
didFinishLaunchingWithOptions launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ?
10
10
) -> Bool {
11
- GMSServices . provideAPIKey ( " AIzaSyDZB6DYijMb-zmKXna4tJlaalJ7P0OddGw " )
11
+ GMSServices . provideAPIKey ( " YOUR_API_KEY " )
12
12
GeneratedPluginRegistrant . register ( with: self )
13
13
return super. application ( application, didFinishLaunchingWithOptions: launchOptions)
14
14
}
You can’t perform that action at this time.
0 commit comments