creativecreatorormaybenot
Committed by GitHub

Publish iOS fix (#65)

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