1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Upgrade deps, format, fix web/filipino_cuisine (#898)

fixes: https://github.com/flutter/samples/issues/897
This commit is contained in:
Brett Morgan
2021-09-22 04:38:59 +10:00
committed by GitHub
parent 7665752896
commit 297f6b0b96
75 changed files with 555 additions and 325 deletions

View File

@@ -82,14 +82,14 @@ packages:
name: flutter_lints
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
version: "1.0.4"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
flutter_test:
dependency: "direct dev"
description: flutter
@@ -106,28 +106,28 @@ packages:
name: google_maps
url: "https://pub.dartlang.org"
source: hosted
version: "5.1.0"
version: "5.3.0"
google_maps_flutter:
dependency: "direct main"
description:
name: google_maps_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
version: "2.0.10"
google_maps_flutter_platform_interface:
dependency: transitive
description:
name: google_maps_flutter_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.1.1"
google_maps_flutter_web:
dependency: "direct main"
description:
name: google_maps_flutter_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0+1"
version: "0.3.1"
html:
dependency: transitive
description:
@@ -148,7 +148,7 @@ packages:
name: js_wrapping
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.0"
version: "0.7.3"
lints:
dependency: transitive
description:
@@ -190,7 +190,7 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
provider:
dependency: "direct main"
description:
@@ -281,5 +281,5 @@ packages:
source: hosted
version: "2.1.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
dart: ">=2.14.0 <3.0.0"
flutter: ">=2.5.0"