1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-04 10:41:55 +00:00

flutter pub update & various fixes (#627)

This commit is contained in:
Brett Morgan
2020-12-18 10:51:31 +11:00
committed by GitHub
parent d01e6ab2bf
commit 6e9824dc12
102 changed files with 1431 additions and 1034 deletions

View File

@@ -70,7 +70,7 @@ packages:
name: cupertino_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
version: "1.0.0"
fake_async:
dependency: transitive
description:
@@ -89,7 +89,7 @@ packages:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.9"
version: "1.0.11"
flutter_test:
dependency: "direct dev"
description: flutter
@@ -113,28 +113,28 @@ packages:
name: google_maps_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.32"
version: "1.0.6"
google_maps_flutter_platform_interface:
dependency: transitive
description:
name: google_maps_flutter_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
version: "1.0.5"
google_maps_flutter_web:
dependency: "direct main"
description:
name: google_maps_flutter_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0+2"
version: "0.1.0+8"
html:
dependency: transitive
description:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.0+3"
version: "0.14.0+4"
js_wrapping:
dependency: transitive
description:
@@ -183,21 +183,21 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.0.3"
provider:
dependency: "direct main"
description:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.2+2"
version: "4.3.2+3"
sanitize_html:
dependency: transitive
description:
name: sanitize_html
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.4.1"
sky_engine:
dependency: transitive
description: flutter
@@ -274,5 +274,5 @@ packages:
source: hosted
version: "2.1.0-nullsafety.3"
sdks:
dart: ">=2.10.0-110 <2.11.0"
flutter: ">=1.16.3 <2.0.0"
dart: ">=2.10.0 <2.11.0"
flutter: ">=1.22.0 <2.0.0"