Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wakelock_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions wakelock_plus_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading