The google_maps_flutter brick will perform all of the setup steps required to use Google Maps in your Flutter app. You will be prompted to enter your API key for Google Maps. The following steps will be completed by this brick:

  • Add the google_maps_flutter package to your pubspec.yaml file.
  • Add the required permissions to your AndroidManifest.xml file.
  • Add the required code to your AppDelegate.m file.
  • Add the required script to your index.html file.