Add wake lock and optimization

This commit is contained in:
Anton Tananaev 2025-06-14 13:26:13 -07:00
parent e0f2bde919
commit 4ac4f1f892
8 changed files with 108 additions and 18 deletions

View file

@ -490,6 +490,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "15.0.0"
wakelock_partial_android:
dependency: "direct main"
description:
name: wakelock_partial_android
sha256: b99f917728ee4d62fd637e021cdd78e2f271eaf3855ad8ee584a4a7df318e69e
url: "https://pub.dev"
source: hosted
version: "1.0.0"
web:
dependency: transitive
description:
@ -507,5 +515,5 @@ packages:
source: hosted
version: "1.1.0"
sdks:
dart: ">=3.8.0 <4.0.0"
dart: ">=3.8.1 <4.0.0"
flutter: ">=3.27.0"