Skip to content

Commit 4f4be85

Browse files
committed
wakelock_plus, version 1.5.2. Addresses PR #118.
1 parent 961cd34 commit 4f4be85

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

wakelock_plus/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.5.2]
2+
* [#118](https://github.com/fluttercommunity/wakelock_plus/pull/118): Replace org.freedesktop.ScreenSaver with org.freedesktop.portal.Inhibit. Thanks [shinnkka](https://github.com/shinnkka).
3+
14
## [1.5.1]
25
* [#75](https://github.com/fluttercommunity/wakelock_plus/pull/75): fix: add support for non-root base-href. Thanks [holzgeist](https://github.com/holzgeist).
36

wakelock_plus/README.md

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

3838
* Flutter
39-
- Flutter SDK >=3.22.0
40-
- Dart SDK >=3.4.0
39+
- Flutter SDK >=3.38.0
40+
- Dart SDK >=3.10.0
4141
* Android
42-
- Android API 21 (Lollipop) or higher
42+
- Android API Level 24 (Nougat) or higher
4343
- Java 17 or higher
4444
- Android Gradle Plugin >=8.12.1
4545
- Gradle wrapper >=8.13
4646
* iOS
47-
- iOS 12.0 or higher
47+
- iOS 13.0 or higher
4848
* macOS
4949
- macOS 10.15 or higher
5050
* Windows

wakelock_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.1
5+
version: 1.5.2
66
repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus
77

88
environment:

0 commit comments

Comments
 (0)