Flutter Google Maps Tutorial
Setup
-
Get an API Key at https://cloud.google.com/maps-platform/
-
Enable Maps SDK for Android, Maps SDK for iOS, and Directions API.
-
Add your API Key to the specified files
android/app/src/main/AndroidManifest.xml
ios/Runner/AppDelegate.swift
lib/.env.dart
const String googleAPIKey = 'YOUR KEY HERE';