From ec3a6a68a50e695977508f206a0725ff0afb1973 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 3 Dec 2025 19:05:51 -0800 Subject: [PATCH] Add file_picker dependency to pubspec.yaml Included the file_picker package (version ^10.3.3) in dependencies to enable file selection functionality in the project. --- {{cookiecutter.out_dir}}/pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 666de6c..f44ef21 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -17,6 +17,7 @@ dependencies: path: ^1.9.0 cupertino_icons: ^1.0.6 + file_picker: ^10.3.3 path_provider: ^2.1.4 package_info_plus: ^9.0.0 screen_brightness: ^2.1.0 @@ -43,7 +44,7 @@ dependency_overrides: package_info_plus: ^9.0.0 wakelock_plus: ^1.4.0 - + # {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %} # geolocator: ^12.0.0 # geolocator_android: ^4.6.0