Skip to content

Commit 53608be

Browse files
committed
wakelock_plus_platform_interface, version 1.4.0. Addresses PR #121.
1 parent d531fe2 commit 53608be

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

wakelock_plus_platform_interface/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.4.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.3.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_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: wakelock_plus_platform_interface
22
description: >-2
33
A common platform interface for the wakelock_plus plugin used by the different platform
44
implementations.
5-
version: 1.3.0
5+
version: 1.4.0
66
repository: >-2
77
https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus_platform_interface
88

0 commit comments

Comments
 (0)