creativecreatorormaybenot

0.1.0+3

  1 +## 0.1.0+3
  2 +
  3 +* Added wakelock permission in Android Manifest.
  4 +
1 ## 0.1.0+2 5 ## 0.1.0+2
2 6
3 * Improved README. 7 * Improved README.
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="wakelock.wakelock"> 2 package="wakelock.wakelock">
  3 +
  4 + <uses-permission android:name="android.permission.WAKE_LOCK" />
3 </manifest> 5 </manifest>
1 name: wakelock 1 name: wakelock
2 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. 2 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.
3 -version: 0.1.0+2 3 +version: 0.1.0+3
4 author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> 4 author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com>
5 homepage: https://github.com/creativecreatorormaybenot/wakelock 5 homepage: https://github.com/creativecreatorormaybenot/wakelock
6 6