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.
This commit is contained in:
Feodor Fitsner 2025-12-03 19:05:51 -08:00
parent f0423509ab
commit ec3a6a68a5
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ dependencies:
path: ^1.9.0 path: ^1.9.0
cupertino_icons: ^1.0.6 cupertino_icons: ^1.0.6
file_picker: ^10.3.3
path_provider: ^2.1.4 path_provider: ^2.1.4
package_info_plus: ^9.0.0 package_info_plus: ^9.0.0
screen_brightness: ^2.1.0 screen_brightness: ^2.1.0
@ -43,7 +44,7 @@ dependency_overrides:
package_info_plus: ^9.0.0 package_info_plus: ^9.0.0
wakelock_plus: ^1.4.0 wakelock_plus: ^1.4.0
# {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %} # {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %}
# geolocator: ^12.0.0 # geolocator: ^12.0.0
# geolocator_android: ^4.6.0 # geolocator_android: ^4.6.0