Skip to content

Commit f360aa0

Browse files
committed
Fixed incorrect appdelegate file name in README
1 parent c80e27a commit f360aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This project is divided into the following main folders:
2626

2727
In the sample app, the [Flutter Map](https://github.com/fleaflet/flutter_map) example will work out of the box, but for the [Google Maps Flutter](https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter) example to work, you will need to update the following file, based on the [Google Maps Flutter library getting started instructions](https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter#getting-started):
2828
* `example/android/app/src/main/AndroidManifest.xml`
29-
* `example/ios/Runner/AppDelegate.m`
29+
* `example/ios/Runner/AppDelegate.swift`
3030

3131
## How to use this library in your code
3232

0 commit comments

Comments
 (0)