From fb5bd2dabbb11d0610b6270fac19aeec3f29fc5b Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 2 Dec 2025 10:59:48 -0800 Subject: [PATCH] Update and clean up dependencies in pubspec.yaml Removed 'url_strategy' dependency, updated 'package_info_plus' and 'window_manager' to newer versions, and added 'sensors_plus'. This keeps dependencies current and removes unused packages. --- {{cookiecutter.out_dir}}/pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 22f2061..c2258fe 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -14,11 +14,11 @@ dependencies: serious_python: 0.9.6 path: ^1.9.0 - url_strategy: ^0.2.0 cupertino_icons: ^1.0.6 path_provider: ^2.1.4 - package_info_plus: ^8.0.2 - window_manager: ^0.4.3 + package_info_plus: ^9.0.0 + sensors_plus: ^6.1.1 + window_manager: ^0.5.1 dependency_overrides: #flet: 0.27.6