creativecreatorormaybenot
Committed by GitHub

Publish iOS fix (#65)

## 0.3.0-nullsafety.1
* Fixed `UIImagePickerController` disabling the wakelock (using the camera on iOS).
## 0.3.0-nullsafety.0
* Migrated to null safety.
... ...
... ... @@ -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, and web.
version: 0.3.0-nullsafety.0
version: 0.3.0-nullsafety.1
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock
environment:
... ...