File tree Expand file tree Collapse file tree
wakelock_plus_platform_interface Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ concurrency:
2323env :
2424 # The version of Flutter to use should use the minimum Dart SDK version supported by the package.
2525 # Current minimum (N-1 logic)
26- FLUTTER_VERSION_MINIMUM_DEFAULT : " 3.38.10 "
26+ FLUTTER_VERSION_MINIMUM_DEFAULT : " 3.41.6 "
2727 # Latest 3.x stable
2828 FLUTTER_VERSION_LATEST_STABLE_CHANNEL_DEFAULT : " 3.x"
2929 # Beta channel support
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ description: Demonstrates how to use the wakelock_plus plugin.
55publish_to : ' none' # Remove this line if you wish to publish to pub.dev
66
77environment :
8- sdk : ' >=3.10 .0 <4.0.0'
9- flutter : " >=3.38 .0"
8+ sdk : ' >=3.11 .0 <4.0.0'
9+ flutter : " >=3.41 .0"
1010
1111# Dependencies specify other packages that your package needs in order to work.
1212# To automatically upgrade your package dependencies to the latest versions
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ version: 1.5.2
66repository : https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus
77
88environment :
9- sdk : ' >=3.10 .0 <4.0.0'
10- flutter : " >=3.38 .0"
9+ sdk : ' >=3.11 .0 <4.0.0'
10+ flutter : " >=3.41 .0"
1111
1212dependencies :
1313 flutter :
@@ -33,7 +33,7 @@ dev_dependencies:
3333 sdk : flutter
3434 flutter_lints : ^6.0.0
3535 pigeon : ^26.2.3 # dart run pigeon --input "pigeons/messages.dart"
36- mocktail : ^1.0.4
36+ mocktail : ^1.0.5
3737
3838# For information on the generic Dart part of this file, see the
3939# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repository: >-2
77 https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus_platform_interface
88
99environment :
10- sdk : ' >=3.10 .0 <4.0.0'
11- flutter : " >=3.38 .0"
10+ sdk : ' >=3.11 .0 <4.0.0'
11+ flutter : " >=3.41 .0"
1212
1313dependencies :
1414 flutter :
You can’t perform that action at this time.
0 commit comments