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-12-11 15:42:30 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4997fe6e2110b7f8b1b8b56fb956d39fee417539
4997fe6e
1 parent
0c88548e
0.1.3+3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
CHANGELOG.md
pubspec.yaml
CHANGELOG.md
View file @
4997fe6
## 0.1.3+3
*
Fix Flutter SDK version constraint.
## 0.1.3+2
*
Fix
`pubspec.yaml`
.
...
...
pubspec.yaml
View file @
4997fe6
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.3+
2
version
:
0.1.3+
3
homepage
:
https://github.com/creativecreatorormaybenot/wakelock
environment
:
sdk
:
"
>=2.1.0
<3.0.0"
flutter
:
"
>=1.12.13+hotfix.4"
dependencies
:
flutter
:
sdk
:
flutter
flutter
:
plugin
:
platforms
:
...
...
@@ -19,3 +11,11 @@ flutter:
pluginClass
:
WakelockPlugin
ios
:
pluginClass
:
WakelockPlugin
dependencies
:
flutter
:
sdk
:
flutter
environment
:
sdk
:
"
>=2.1.0
<3.0.0"
flutter
:
"
>=1.10.0
<2.0.0"
\ No newline at end of file
...
...
Please
register
or
login
to post a comment