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:34:50 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c3bf52095f78acfd4c0e4cb3d9a75bfb8b6a1b2d
c3bf5209
1 parent
7ba8bd17
Pub issues
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
CHANGELOG.md
pubspec.yaml
CHANGELOG.md
View file @
c3bf520
## 0.1.0+1
*
Fixed dependency issue.
## 0.1.0
*
Bumped version to indicate that the plugin is fully usable.
...
...
pubspec.yaml
View file @
c3bf520
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
version
:
0.1.0
+1
author
:
creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com>
homepage
:
https://github.com/creativecreatorormaybenot/wakelock
...
...
@@ -11,8 +11,6 @@ dependencies:
flutter
:
sdk
:
flutter
meta
:
^1.1.7
dev_dependencies
:
flutter_test
:
sdk
:
flutter
...
...
Please
register
or
login
to post a comment