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

Analysis options uplift to 1.8 (#169)

This commit is contained in:
Brett Morgan
2019-11-22 11:12:35 +11:00
committed by GitHub
parent 28ec1b6f6c
commit 22f01ff4a6
47 changed files with 330 additions and 201 deletions

View File

@@ -28,7 +28,7 @@ packages:
name: cloud_firestore
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.5+1"
version: "0.12.10+2"
collection:
dependency: transitive
description:
@@ -42,7 +42,14 @@ packages:
name: firebase_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0+5"
version: "0.4.2"
firebase_core_platform_interface:
dependency: transitive
description:
name: firebase_core_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
flutter:
dependency: "direct main"
description: flutter
@@ -59,14 +66,14 @@ packages:
name: google_maps_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.17"
version: "0.5.21+12"
google_maps_webservice:
dependency: "direct main"
description:
name: google_maps_webservice
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.14"
version: "0.0.16"
http:
dependency: transitive
description:
@@ -123,6 +130,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.5"
quiver_hashcode:
dependency: transitive
description:
name: quiver_hashcode
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
sky_engine:
dependency: transitive
description: flutter
@@ -186,4 +200,4 @@ packages:
version: "2.0.8"
sdks:
dart: ">=2.5.0 <3.0.0"
flutter: ">=1.5.0 <2.0.0"
flutter: ">=1.9.1+hotfix.5 <2.0.0"