Skip to content

Commit 323d058

Browse files
committed
wakelock_plus, version 1.5.0. Addresses PR #121.
1 parent 53608be commit 323d058

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

wakelock_plus/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.5.0]
2+
* [#121](https://github.com/fluttercommunity/wakelock_plus/pull/121): Pigeon v26.2 upgrade. Thanks [diegotori](https://github.com/diegotori).
3+
* **BREAKING CHANGES**:
4+
- Dart
5+
* Library now requires Dart version `3.10` or higher.
6+
* Library now requires Flutter version `3.38` or higher.
7+
- iOS
8+
* Library now supports at least iOS version `13.0` or higher.
9+
- Android
10+
* Library now supports at least Android API Level 24 (7.0 Nougat) or higher
11+
112
## [1.4.0]
213
* [#107](https://github.com/fluttercommunity/wakelock_plus/pull/107): Flutter 3.35 upgrade. Thanks [diegotori](https://github.com/diegotori).
314
* **BREAKING CHANGES**:

wakelock_plus/pubspec.yaml

Lines changed: 2 additions & 2 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.4.0
5+
version: 1.5.0
66
repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus
77

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

2020
# Windows dependencies
2121
# win32 is compatible across v5 for Win32 only (not COM)

0 commit comments

Comments
 (0)