diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3f89df1..8be5946 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -23,7 +23,7 @@ concurrency: env: # The version of Flutter to use should use the minimum Dart SDK version supported by the package. # Current minimum (N-1 logic) - FLUTTER_VERSION_MINIMUM_DEFAULT: "3.38.10" + FLUTTER_VERSION_MINIMUM_DEFAULT: "3.41.9" # Latest 3.x stable FLUTTER_VERSION_LATEST_STABLE_CHANNEL_DEFAULT: "3.x" # Beta channel support diff --git a/wakelock_plus/pubspec.yaml b/wakelock_plus/pubspec.yaml index a555046..6aaba30 100644 --- a/wakelock_plus/pubspec.yaml +++ b/wakelock_plus/pubspec.yaml @@ -6,8 +6,8 @@ version: 1.6.1 repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus environment: - sdk: '>=3.10.0 <4.0.0' - flutter: ">=3.38.0" + sdk: '>=3.11.0 <4.0.0' + flutter: ">=3.41.0" dependencies: flutter: diff --git a/wakelock_plus_platform_interface/pubspec.yaml b/wakelock_plus_platform_interface/pubspec.yaml index 113e60b..6008f1c 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.10.0 <4.0.0' - flutter: ">=3.38.0" + sdk: '>=3.11.0 <4.0.0' + flutter: ">=3.41.0" dependencies: flutter: