git clone https://github.com/edsondiasalves/google_maps_atlas.git
cd google_maps_atlas
flutter pub get
cd example
flutter pub get
For getting your API Key sign up to the Google Cloud
In the
ios/Runner/AppDelegate.swift
file change the highlighted value
GMSServices.provideAPIKey("[PUT YOUR API KEY HERE]")
In the
app/src/main/AndroidManifest.xml
file change the API Key
<application
android:name="io.flutter.app.FlutterApplication"
android:label="google_maps_atlas"
android:icon="@mipmap/ic_launcher">
<meta-data android:name="com.google.android.geo.API_KEY"
android:value="[PUT YOUR API KEY HERE]"/>
flutter run lib/main.dart