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 00:48:56 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b23a0fafa745f37879ff583dedb73623f59feee
2b23a0fa
1 parent
2ec62df5
Improved README
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletions
.gitignore
README.md
android/.gitignore
example/.gitignore
.gitignore
View file @
2b23a0f
...
...
@@ -5,3 +5,6 @@
.pub/
build/
.idea
wakelock.iml
\ No newline at end of file
...
...
README.md
View file @
2b23a0f
...
...
@@ -4,7 +4,6 @@ This plugin allows you to enable and toggle the Android and iOS screen wakelock,
## Getting Started
The usage of this plugin is very straight forward.
If you want to enable the wakelock, you can simply call
`Wakelock.enableWakelock` and to disable it, you can use `Wakelock.disableWakelock`
:
```
dart
...
...
android/.gitignore
View file @
2b23a0f
...
...
@@ -6,3 +6,4 @@
.DS_Store
/build
/captures
.idea
\ No newline at end of file
...
...
example/.gitignore
View file @
2b23a0f
...
...
@@ -70,3 +70,6 @@
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
wakelock_example.iml
.idea
\ No newline at end of file
...
...
Please
register
or
login
to post a comment