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-24 12:13:56 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ef4cd2caca6d93fe57479c47727ab48bc882f081
ef4cd2ca
1 parent
d40b145b
0.1.2+7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
CHANGELOG.md
android/src/main/AndroidManifest.xml
pubspec.yaml
CHANGELOG.md
View file @
ef4cd2c
## 0.1.2+7
*
Formatting in
`AndroidManifest.xml`
.
## 0.1.2+6
*
Cleaned up the Android manifest.
...
...
android/src/main/AndroidManifest.xml
View file @
ef4cd2c
<manifest
package=
"wakelock.wakelock"
/>
<manifest
package=
"wakelock.wakelock"
/>
...
...
pubspec.yaml
View file @
ef4cd2c
name
:
wakelock
description
:
This plugin allows you to keep Android and iOS devices awake, i.e. prevent the screen from sleeping by toggling the wakelock of the device on or off.
version
:
0.1.2+
6
version
:
0.1.2+
7
author
:
creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com>
homepage
:
https://github.com/creativecreatorormaybenot/wakelock
...
...
Please
register
or
login
to post a comment