Skip to content

Commit 22d7522

Browse files
committed
wakelock_plus, version 1.6.0. Addresses PRs #122 and #123.
1 parent d75c81e commit 22d7522

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

wakelock_plus/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.6.0]
2+
* [#122](https://github.com/fluttercommunity/wakelock_plus/pull/122): feat: bump win32 to 6.x and widen package_info_plus to 10.x. Thanks [dbebawy](https://github.com/dbebawy).
3+
* [#123](https://github.com/fluttercommunity/wakelock_plus/pull/123): Flutter 3.41 upgrade. Thanks [diegotori](https://github.com/diegotori).
4+
* [#124](https://github.com/fluttercommunity/wakelock_plus/pull/124): fix: replace unmaintained pana action with pub publish --dry-run. Thanks [dbebawy](https://github.com/dbebawy).
5+
* **BREAKING CHANGES**:
6+
- Dart
7+
* Library now requires Dart version `3.11` or higher.
8+
* Library now requires Flutter version `3.41` or higher.
9+
110
## [1.5.2]
211
* [#118](https://github.com/fluttercommunity/wakelock_plus/pull/118): Replace org.freedesktop.ScreenSaver with org.freedesktop.portal.Inhibit. Thanks [shinnkka](https://github.com/shinnkka).
312

wakelock_plus/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ automatically.
3636
## Framework and Platform Requirements
3737

3838
* Flutter
39-
- Flutter SDK >=3.38.0
40-
- Dart SDK >=3.10.0
39+
- Flutter SDK >=3.41.0
40+
- Dart SDK >=3.11.0
4141
* Android
4242
- Android API Level 24 (Nougat) or higher
4343
- Java 17 or higher
4444
- Android Gradle Plugin >=8.12.1
4545
- Gradle wrapper >=8.13
46+
- Kotlin 2.2.0 or higher
4647
* iOS
4748
- iOS 13.0 or higher
4849
* macOS

wakelock_plus/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: wakelock_plus
22
description: >-2
33
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on
44
Android, iOS, macOS, Windows, Linux, and web.
5-
version: 1.5.2
5+
version: 1.6.0
66
repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus
77

88
environment:
@@ -15,14 +15,14 @@ dependencies:
1515
flutter_web_plugins:
1616
sdk: flutter
1717
meta: ^1.17.0
18-
wakelock_plus_platform_interface: ^1.4.0
18+
wakelock_plus_platform_interface: ^1.5.0
1919

2020
# Windows dependencies
2121
win32: ">=6.0.0 <7.0.0"
2222

2323
# Linux dependencies
2424
dbus: ^0.7.12
25-
package_info_plus: ">=9.0.0 <11.0.0"
25+
package_info_plus: ">=10.0.0 <11.0.0"
2626

2727
# Web dependencies
2828
web: ">=0.5.1 <2.0.0"

0 commit comments

Comments
 (0)