Sandbox for Playing around with Google_Maps and Flutter 3.x SDK
Initially based off of this maps tutorial and this reported bug.
Use flutter 3.0 or higher SDK
You will need a google maps api key in order to run the code.
Once you have your key, replace <<GOOGLE_API_KEY>>
in the following files:
android/app/src/main/AndroidManifest.xml
ios/Runner/AppDelegate.swift
web/index.html
1. Start an emulator
2. flutter run