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
2020-07-03 01:45:13 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-07-03 01:45:13 +0000
Commit
2669864b4a0ece323a3ae129b4d6b7575a4aa8e9
2669864b
1 parent
39e4f45a
0.1.4+2 (#33)
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
.github/workflows/checks.yml
CHANGELOG.md
android/build.gradle
pubspec.yaml
.github/workflows/checks.yml
View file @
2669864
...
...
@@ -51,7 +51,7 @@ jobs:
strategy
:
matrix
:
device
:
-
'
iPhone
11
(13.3
)'
-
'
iPhone
11
Pro
Max
(13.5
)'
-
'
Android'
channel
:
-
'
stable'
...
...
CHANGELOG.md
View file @
2669864
## 0.1.4+2
*
Fixed Gradle builds missing NonNull annotation.
## 0.1.4+1
*
Finished migration to new Flutter plugin embedding.
...
...
android/build.gradle
View file @
2669864
...
...
@@ -40,4 +40,5 @@ android {
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
"androidx.annotation:annotation:1.1.0"
}
...
...
pubspec.yaml
View file @
2669864
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.4+
1
version
:
0.1.4+
2
homepage
:
https://github.com/creativecreatorormaybenot/wakelock
environment
:
...
...
Please
register
or
login
to post a comment