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-01-22 15:17:40 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9d9f3d4bc496a652d02f1d421d2955f33329f35e
9d9f3d4b
1 parent
78f73800
0.1.3+4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
CHANGELOG.md
ios/wakelock.podspec
pubspec.yaml
CHANGELOG.md
View file @
9d9f3d4
## 0.1.3+4
*
Fix iOS simulator issue.
## 0.1.3+3
*
Fix Flutter SDK version constraint.
...
...
ios/wakelock.podspec
View file @
9d9f3d4
...
...
@@ -16,8 +16,6 @@ A new flutter plugin project.
s
.
public_header_files
=
'Classes/**/*.h'
s
.
dependency
'Flutter'
s
.
platform
=
:ios
,
'8.0'
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s
.
pod_target_xcconfig
=
{
'DEFINES_MODULE'
=>
'YES'
,
'VALID_ARCHS[sdk=iphonesimulator*]'
=>
'x86_64'
}
s
.
ios
.
deployment_target
=
'8.0'
end
...
...
pubspec.yaml
View file @
9d9f3d4
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+
3
version
:
0.1.3+
4
homepage
:
https://github.com/creativecreatorormaybenot/wakelock
flutter
:
...
...
Please
register
or
login
to post a comment