From 8385d6f645e009dddc8a6be330b061d82f6c1557 Mon Sep 17 00:00:00 2001 From: Diego Tori Date: Wed, 22 Apr 2026 20:12:21 -0400 Subject: [PATCH] Restored Flutter 3.38 compatibility to wakelock_plus_platform_interface. --- wakelock_plus_platform_interface/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wakelock_plus_platform_interface/pubspec.yaml b/wakelock_plus_platform_interface/pubspec.yaml index 16e131e..861185d 100644 --- a/wakelock_plus_platform_interface/pubspec.yaml +++ b/wakelock_plus_platform_interface/pubspec.yaml @@ -7,8 +7,8 @@ repository: >-2 https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus_platform_interface environment: - sdk: '>=3.11.0 <4.0.0' - flutter: ">=3.41.0" + sdk: '>=3.10.0 <4.0.0' + flutter: ">=3.38.0" dependencies: flutter: