From 9d0461be2f9cea5fbdfaf230ae3a97718f16859a Mon Sep 17 00:00:00 2001 From: raihanarman Date: Thu, 7 Aug 2025 16:11:29 +0800 Subject: [PATCH] Upgrade file_picker dependency from version 6.1.1 to 10.2.1 in pubspec.yaml to leverage new features and improvements. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 21a0006ea..6cee4e466 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter_web_plugins: sdk: flutter ##### For image picker widget - file_picker: ^6.1.1 + file_picker: ^10.2.1 ##### For webveiwx widget http: ^1.1.2 path: ^1.9.0