1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Added Google Maps sample code (#1671)

* Added Google Maps sample code

* Updated per @domesticmouse review

* Updated dependabot and pubspec for Dart 2.19
This commit is contained in:
Anthony Sansone
2023-02-27 18:16:45 -06:00
committed by GitHub
parent b52d7f7744
commit 64d10ca175
76 changed files with 2655 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ declare -ar PROJECT_NAMES=(
"flutter_maps_firestore"
"form_app"
"game_template"
"google_maps"
"infinite_list"
"ios_app_clip"
"isolate_example"