Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_wakelock
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
creativecreatorormaybenot
2019-07-07 01:52:53 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a429e89a8f36501cc3b7ba16c5bada2656f4faa7
a429e89a
1 parent
72277e7f
0.1.0+3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
CHANGELOG.md
android/src/main/AndroidManifest.xml
pubspec.yaml
CHANGELOG.md
View file @
a429e89
## 0.1.0+3
*
Added wakelock permission in Android Manifest.
## 0.1.0+2
*
Improved README.
...
...
android/src/main/AndroidManifest.xml
View file @
a429e89
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"wakelock.wakelock"
>
<uses-permission
android:name=
"android.permission.WAKE_LOCK"
/>
</manifest>
...
...
pubspec.yaml
View file @
a429e89
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
...
...
Please
register
or
login
to post a comment