Skip to content

Commit 176ffa6

Browse files
authored
Merge pull request #123 from diegotori/flutter_3.41_upgrade
Flutter 3.41 upgrade.
2 parents c88271c + 86cdef7 commit 176ffa6

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
env:
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

wakelock_plus/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: Demonstrates how to use the wakelock_plus plugin.
55
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
66

77
environment:
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

wakelock_plus/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ version: 1.5.2
66
repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus
77

88
environment:
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

1212
dependencies:
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

wakelock_plus_platform_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ repository: >-2
77
https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus_platform_interface
88
99
environment:
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

1313
dependencies:
1414
flutter:

0 commit comments

Comments
 (0)