1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-05 03:01:19 +00:00

dart migrate place_tracker (#831)

This commit is contained in:
Brett Morgan
2021-06-08 09:23:48 +10:00
committed by GitHub
parent b1a49c0afb
commit 0850579bc8
8 changed files with 122 additions and 164 deletions

View File

@@ -4,17 +4,17 @@ description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.10.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
google_maps_flutter: ^1.0.6
google_maps_flutter_web: ^0.1.0
provider: ^4.0.0
uuid: ^2.0.4
google_maps_flutter: ^2.0.6
google_maps_flutter_web: ^0.3.0+1
provider: ^5.0.0
uuid: ^3.0.4
dev_dependencies:
flutter_test: