diff --git a/pubspec.lock b/pubspec.lock index b9039e3..c66c995 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -113,6 +113,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.9" + dbus: + dependency: transitive + description: + name: dbus + sha256: "792974a4007974fbc5c1b5433eb2330a9db3e368c3f906253af4c007d0f49a91" + url: "https://pub.dev" + source: hosted + version: "0.7.13" dynamic_color: dependency: "direct main" description: @@ -149,10 +157,10 @@ packages: dependency: "direct main" description: name: file_picker - sha256: ab13ae8ef5580a411c458d6207b6774a6c237d77ac37011b13994879f68a8810 + sha256: "29cc1fdb20613876cc7afc529738c1c0f11a9ca159b010edad0c566ac330847e" url: "https://pub.dev" source: hosted - version: "8.3.7" + version: "11.0.3" file_selector_linux: dependency: transitive description: @@ -799,4 +807,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.11.0 <4.0.0" - flutter: "3.41.2" + flutter: ">=3.41.2" diff --git a/pubspec.yaml b/pubspec.yaml index 410d750..489fe26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: image_picker: ^1.2.3 # Folder picking (scan directories) - file_picker: ^8.1.2 + file_picker: ^11.0.3 dev_dependencies: flutter_test: