Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 8dd8fa6

Browse files
authored
Remove iOS instructions from the maps plugin readme. (#744)
This was a bit confusing, removing until the plugin supports iOS.
1 parent e58ed99 commit 8dd8fa6

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

packages/google_maps_flutter/README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/
3030
3131
Get an API key at <https://cloud.google.com/maps-platform/>.
3232
33-
### Android
34-
3533
Specify your API key in the application manifest `android/app/src/main/AndroidManifest.xml`:
3634

3735
```xml
@@ -41,28 +39,6 @@ Specify your API key in the application manifest `android/app/src/main/AndroidMa
4139
android:value="YOUR KEY HERE"/>
4240
```
4341

44-
### iOS
45-
46-
Supply your API key in the application delegate `ios/Runner/AppDelegate.m`:
47-
48-
```objectivec
49-
#include "AppDelegate.h"
50-
#include "GeneratedPluginRegistrant.h"
51-
#import "GoogleMaps/GoogleMaps.h"
52-
53-
@implementation AppDelegate
54-
55-
- (BOOL)application:(UIApplication *)application
56-
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
57-
[GMSServices provideAPIKey:@"YOUR KEY HERE"];
58-
[GeneratedPluginRegistrant registerWithRegistry:self];
59-
return [super application:application didFinishLaunchingWithOptions:launchOptions];
60-
}
61-
@end
62-
```
63-
64-
### Both
65-
6642
You can now add a `GoogleMap` widget to your widget tree.
6743

6844
The map view can be controlled with the `GoogleMapController` that is passed to

0 commit comments

Comments
 (0)