creativecreatorormaybenot

Fix constraints on updated platform interface (#149)

* Fix platform interface incompatibility

* Stage

* Update deps
## 0.5.6
* Fixed platform interface incompatibility by bumping the version constraint.
## 0.5.5
* Fixed iOS API by updating the method signatures to match the newly generated protocol.
... ...
... ... @@ -2,7 +2,7 @@ name: wakelock
description: >-2
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on
Android, iOS, macOS, Windows, and web.
version: 0.5.5
version: 0.5.6
repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock
environment:
... ... @@ -15,10 +15,10 @@ dependencies:
meta: ^1.2.0
wakelock_macos: ^0.1.0+1
wakelock_platform_interface: ^0.2.1+1
wakelock_web: ^0.2.0+1
wakelock_windows: ^0.1.0
wakelock_macos: ^0.4.0
wakelock_platform_interface: ^0.3.0
wakelock_web: ^0.4.0
wakelock_windows: ^0.2.0
dev_dependencies:
flutter_test:
... ...