You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/google_maps
dependabot[bot] e0a26c00a7
Bump google_maps_flutter from 2.5.3 to 2.7.0 in /google_maps (#2360)
2 months ago
..
android Update `google_maps` sample (#1984) 1 year ago
assets Added Google Maps sample code (#1671) 2 years ago
ios Update `google_maps` sample (#1984) 1 year ago
lib Fixed ThemeData in the Flutter Samples unnecessarily includes useMaterial3 = true (Issue #2214) (#2217) 6 months ago
test Added Google Maps sample code (#1671) 2 years ago
web Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292) 4 months ago
.gitignore Rebuild runners (#1725) 1 year ago
.metadata Update `google_maps` sample (#1984) 1 year ago
README.md Update `google_maps` sample (#1984) 1 year ago
analysis_options.yaml Added Google Maps sample code (#1671) 2 years ago
pubspec.yaml Bump google_maps_flutter from 2.5.3 to 2.7.0 in /google_maps (#2360) 2 months ago

README.md

Google Maps Demo

This sample Flutter app showcases the Google Maps for Flutter plugin.

Getting Started

  1. See the overview at https://developers.google.com/maps/flutter-plugin/overview.
  2. Follow the setup guide at https://developers.google.com/maps/flutter-plugin/config to learn where to insert your API keys. This demo will not run without API keys added.
  3. Use the sample code in this folder for the tutorial at https://developers.google.com/maps/flutter-plugin/map-with-marker.