Skip to content

Commit d75c81e

Browse files
committed
wakelock_plus_platform_interface, version 1.5.0. Addresses PRs #122 and #123.
1 parent a0669c0 commit d75c81e

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ in the main package. The API is defined in Dart in the [`wakelock_plus_platform_
3333

3434
The packages in this repo are the following:
3535

36-
| Package | Implementations |
37-
|-------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
38-
| [`wakelock_plus`](https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock) | Main plugin package + Android, iOS, macOS, Windows, Linux, and Web implementations |
39-
| [`wakelock_plus_platform_interface`](https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_platform_interface) | Basic API definition & message handling |
36+
| Package | Implementations |
37+
|------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
38+
| [`wakelock_plus`](https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus) | Main plugin package + Android, iOS, macOS, Windows, Linux, and Web implementations |
39+
| [`wakelock_plus_platform_interface`](https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus_platform_interface) | Basic API definition & message handling |
4040

4141
## Contributing
4242

wakelock_plus_platform_interface/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.5.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.4.0]
211
* [#121](https://github.com/fluttercommunity/wakelock_plus/pull/121): Pigeon v26.2 upgrade. Thanks [diegotori](https://github.com/diegotori).
312
* **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.4.0
5+
version: 1.5.0
66
repository: >-2
77
https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus_platform_interface
88

0 commit comments

Comments
 (0)