From 31fed6261673cf0539e35aec827a35856dc1c3f5 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 4 Aug 2022 12:07:03 +0200 Subject: [PATCH] Update `file_picker` plugin --- pubspec.lock | 14 +++++++------- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 3733f94..8b49a28 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -182,7 +182,7 @@ packages: name: dbus url: "https://pub.dartlang.org" source: hosted - version: "0.7.4" + version: "0.7.7" dio: dependency: "direct main" description: @@ -217,7 +217,7 @@ packages: name: ffi url: "https://pub.dartlang.org" source: hosted - version: "1.2.1" + version: "2.0.1" file: dependency: transitive description: @@ -231,7 +231,7 @@ packages: name: file_picker url: "https://pub.dartlang.org" source: hosted - version: "4.6.1" + version: "5.0.1" filesize: dependency: "direct main" description: @@ -519,7 +519,7 @@ packages: name: package_info_plus url: "https://pub.dartlang.org" source: hosted - version: "1.4.2" + version: "1.4.3" package_info_plus_linux: dependency: transitive description: @@ -554,7 +554,7 @@ packages: name: package_info_plus_windows url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "2.0.0" path: dependency: transitive description: @@ -624,7 +624,7 @@ packages: name: path_provider_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.7" + version: "2.1.0" pedantic: dependency: transitive description: @@ -1056,7 +1056,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.6.1" + version: "2.7.0" xdg_directories: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ed9f527..c6f7ada 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -86,7 +86,7 @@ dependencies: wakelock: ^0.6.1+2 # Pick any kind of file - file_picker: ^4.5.0 + file_picker: ^5.0.1 # Get information about current version package_info_plus: ^1.4.0