Fix constraints on updated platform interface (#149)
* Fix platform interface incompatibility * Stage * Update deps
Showing
2 changed files
with
9 additions
and
5 deletions
| 1 | +## 0.5.6 | ||
| 2 | + | ||
| 3 | +* Fixed platform interface incompatibility by bumping the version constraint. | ||
| 4 | + | ||
| 1 | ## 0.5.5 | 5 | ## 0.5.5 |
| 2 | 6 | ||
| 3 | * Fixed iOS API by updating the method signatures to match the newly generated protocol. | 7 | * Fixed iOS API by updating the method signatures to match the newly generated protocol. |
| @@ -2,7 +2,7 @@ name: wakelock | @@ -2,7 +2,7 @@ name: wakelock | ||
| 2 | description: >-2 | 2 | description: >-2 |
| 3 | Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on | 3 | Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on |
| 4 | Android, iOS, macOS, Windows, and web. | 4 | Android, iOS, macOS, Windows, and web. |
| 5 | -version: 0.5.5 | 5 | +version: 0.5.6 |
| 6 | repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock | 6 | repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock |
| 7 | 7 | ||
| 8 | environment: | 8 | environment: |
| @@ -15,10 +15,10 @@ dependencies: | @@ -15,10 +15,10 @@ dependencies: | ||
| 15 | 15 | ||
| 16 | meta: ^1.2.0 | 16 | meta: ^1.2.0 |
| 17 | 17 | ||
| 18 | - wakelock_macos: ^0.1.0+1 | ||
| 19 | - wakelock_platform_interface: ^0.2.1+1 | ||
| 20 | - wakelock_web: ^0.2.0+1 | ||
| 21 | - wakelock_windows: ^0.1.0 | 18 | + wakelock_macos: ^0.4.0 |
| 19 | + wakelock_platform_interface: ^0.3.0 | ||
| 20 | + wakelock_web: ^0.4.0 | ||
| 21 | + wakelock_windows: ^0.2.0 | ||
| 22 | 22 | ||
| 23 | dev_dependencies: | 23 | dev_dependencies: |
| 24 | flutter_test: | 24 | flutter_test: |
-
Please register or login to post a comment