creativecreatorormaybenot

0.1.0+3

## 0.1.0+3
* Added wakelock permission in Android Manifest.
## 0.1.0+2
* Improved README.
... ...
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="wakelock.wakelock">
<uses-permission android:name="android.permission.WAKE_LOCK" />
</manifest>
... ...
name: wakelock
description: Wakelock is a Flutter plugin that allows you to easily toggle the Android and iOS screen wakelock on or off in order to prevent the screen from automatically turning off.
version: 0.1.0+2
version: 0.1.0+3
author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com>
homepage: https://github.com/creativecreatorormaybenot/wakelock
... ...