From c62c9249473c1e3a607ec9609fa6df7224c618f0 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Mon, 25 May 2020 07:42:24 +0900 Subject: [PATCH] packages upgrade --- android/app/build.gradle | 2 +- .../fullscreen/info/location_section.dart | 1 + pubspec.lock | 22 +++++++++---------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index e419096f4..377405f6c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -57,7 +57,7 @@ flutter { } dependencies { - implementation 'com.drewnoakes:metadata-extractor:2.13.0' + implementation 'com.drewnoakes:metadata-extractor:2.14.0' implementation 'com.github.bumptech.glide:glide:4.11.0' annotationProcessor 'androidx.annotation:annotation:1.1.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' diff --git a/lib/widgets/fullscreen/info/location_section.dart b/lib/widgets/fullscreen/info/location_section.dart index c2f83a0cd..68b4f8d70 100644 --- a/lib/widgets/fullscreen/info/location_section.dart +++ b/lib/widgets/fullscreen/info/location_section.dart @@ -191,6 +191,7 @@ class ImageMapState extends State with AutomaticKeepAliveClientMixin { scrollGesturesEnabled: false, zoomControlsEnabled: false, zoomGesturesEnabled: false, + liteModeEnabled: false, tiltGesturesEnabled: false, myLocationEnabled: false, myLocationButtonEnabled: false, diff --git a/pubspec.lock b/pubspec.lock index b38e0049a..ae8511898 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -28,7 +28,7 @@ packages: name: barcode url: "https://pub.dartlang.org" source: hosted - version: "1.9.1" + version: "1.10.0" boolean_selector: dependency: transitive description: @@ -105,7 +105,7 @@ packages: name: flushbar url: "https://pub.dartlang.org" source: hosted - version: "1.10.2" + version: "1.10.4" flutter: dependency: "direct main" description: flutter @@ -131,7 +131,7 @@ packages: name: flutter_plugin_android_lifecycle url: "https://pub.dartlang.org" source: hosted - version: "1.0.7" + version: "1.0.8" flutter_svg: dependency: "direct main" description: @@ -162,7 +162,7 @@ packages: name: google_maps_flutter url: "https://pub.dartlang.org" source: hosted - version: "0.5.27+3" + version: "0.5.28+1" google_maps_flutter_platform_interface: dependency: transitive description: @@ -260,7 +260,7 @@ packages: name: pdf url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.1" pedantic: dependency: "direct main" description: @@ -281,7 +281,7 @@ packages: name: permission_handler url: "https://pub.dartlang.org" source: hosted - version: "5.0.0+hotfix.5" + version: "5.0.0+hotfix.6" permission_handler_platform_interface: dependency: transitive description: @@ -330,7 +330,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "4.1.1" + version: "4.1.2" pub_semver: dependency: transitive description: @@ -365,14 +365,14 @@ packages: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "0.5.7+2" + version: "0.5.7+3" shared_preferences_macos: dependency: transitive description: name: shared_preferences_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+8" + version: "0.0.1+9" shared_preferences_platform_interface: dependency: transitive description: @@ -386,7 +386,7 @@ packages: name: shared_preferences_web url: "https://pub.dartlang.org" source: hosted - version: "0.1.2+5" + version: "0.1.2+7" sky_engine: dependency: transitive description: flutter @@ -541,4 +541,4 @@ packages: version: "3.6.1" sdks: dart: ">=2.7.2 <3.0.0" - flutter: ">=1.17.0 <2.0.0" + flutter: ">=1.16.3 <2.0.0"