From 4b51fcbe9d38b77d87c13c8316b7c67037544350 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 2 Dec 2025 11:05:18 -0800 Subject: [PATCH] Add url_strategy dependency to pubspec.yaml Included the url_strategy package version 0.2.0 to the dependencies for improved URL handling 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 c2258fe..c65585d 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -18,6 +18,7 @@ dependencies: path_provider: ^2.1.4 package_info_plus: ^9.0.0 sensors_plus: ^6.1.1 + url_strategy: ^0.2.0 window_manager: ^0.5.1 dependency_overrides: