From 61311bdcb9e7a904579b0f1c96e5c9bb5bb19e71 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 3 Dec 2025 19:09:29 -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 | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 4d73bfc..f3e376b 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -14,6 +14,7 @@ dependencies: serious_python: 0.9.6 path: ^1.9.0 + file_picker: ^10.3.3 url_strategy: ^0.2.0 cupertino_icons: ^1.0.6 path_provider: ^2.1.4