Skip to content

Commit 0c74e5b

Browse files
committed
wakelock_plus, version 1.4.0. Addresses issue #107.
1 parent 262777f commit 0c74e5b

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

wakelock_plus/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.4.0]
2+
* [#107](https://github.com/fluttercommunity/wakelock_plus/pull/107): Flutter 3.35 upgrade. Thanks [diegotori](https://github.com/diegotori).
3+
* **BREAKING CHANGES**:
4+
- Dart
5+
* Library now requires Dart version `3.4` or higher.
6+
* Library now requires Flutter version `3.22` or higher.
7+
- Android
8+
* Library now requires Android API 21 (Lollipop) or higher
9+
* Library now requires Java 17 or higher
10+
* Library now requires Android Gradle Plugin >=8.12.1
11+
* Library now requires Gradle wrapper >=8.13
12+
113
## [1.3.3]
214
* [#104](https://github.com/fluttercommunity/wakelock_plus/pull/104): Add support SPM for macos. Thanks [Carapacik](https://github.com/Carapacik).
315

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.3.3
5+
version: 1.4.0
66
repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus
77

88
environment:
@@ -15,15 +15,15 @@ dependencies:
1515
flutter_web_plugins:
1616
sdk: flutter
1717
meta: ^1.11.0
18-
wakelock_plus_platform_interface: ^1.2.3
18+
wakelock_plus_platform_interface: ^1.3.0
1919

2020
# Windows dependencies
2121
# win32 is compatible across v5 for Win32 only (not COM)
2222
win32: ">=5.6.1 <6.0.0"
2323

2424
# Linux dependencies
2525
dbus: ^0.7.11
26-
package_info_plus: ">=9.0.0"
26+
package_info_plus: ^9.0.0
2727

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

0 commit comments

Comments
 (0)