Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Publish iOS fix (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecreatorormaybenot committed Dec 1, 2020
1 parent 0834f80 commit cad6d78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions wakelock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0-nullsafety.1

* Fixed `UIImagePickerController` disabling the wakelock (using the camera on iOS).

## 0.3.0-nullsafety.0

* Migrated to null safety.
Expand Down
2 changes: 1 addition & 1 deletion wakelock/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cad6d78

Please sign in to comment.