From a707af55c68df7f8763a3c45a933575ec24a4bdf Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 3 Dec 2025 18:16:47 -0800 Subject: [PATCH] Add wakelock_plus dependency Added wakelock_plus version 1.4.0 to pubspec.yaml to enable wakelock 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 a462812..238a37d 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -20,6 +20,7 @@ dependencies: 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 dependency_overrides: