From e3b2835dd037231755a4ded6f6b0af6b478247cb Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 3 Dec 2025 18:36:45 -0800 Subject: [PATCH] Remove url_strategy dependency from pubspec.yaml The url_strategy package has been removed from the dependencies list, possibly because it is no longer needed or used in the project. --- {{cookiecutter.out_dir}}/pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index cccb433..825fdd9 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -19,7 +19,6 @@ dependencies: package_info_plus: ^9.0.0 screen_brightness: ^2.1.0 sensors_plus: ^7.0.0 - url_strategy: ^0.2.0 wakelock_plus: ^1.4.0 window_manager: ^0.5.1