Skip to content

Commit

Permalink
Google Maps API Added to iOS (IIT-BHU-InstiApp#240)
Browse files Browse the repository at this point in the history
* GoogleAuth for iOS

* Google API Added to iOS

Co-authored-by: vasu bansal <[email protected]>
  • Loading branch information
captain26 and vasu bansal authored Nov 23, 2020
1 parent e991c81 commit d099f37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
"doc"
]
},
{
"login": "captain26",
"name": "Vasu Bansal",
"avatar_url": "https://avatars0.githubusercontent.com/u/56953124?v=4",
"profile": "https://github.com/captain26",
"contributions": [
"code",
"bug",
"design"
]
},
{
"login": "aviralJain101",
"name": "aviralJain101",
Expand Down
2 changes: 2 additions & 0 deletions ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import UIKit
import Flutter
import GoogleMaps

@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
Expand All @@ -8,6 +9,7 @@ import Flutter
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GeneratedPluginRegistrant.register(with: self)
GMSServices.provideAPIKey("AIzaSyCXlRxfbr9Y368nLy8o59r0_XZmHdK5-2w")
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
}

0 comments on commit d099f37

Please sign in to comment.