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-11-29 04:47:49 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-11-29 04:47:49 +0000
Commit
6784ce0b88c91d929592b098f75d7661e2e68e97
6784ce0b
1 parent
82756199
Remove flutter SDK constraint (#61)
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
wakelock_platform_interface/CHANGELOG.md
wakelock_platform_interface/pubspec.yaml
wakelock_platform_interface/CHANGELOG.md
View file @
6784ce0
## 0.2.0-nullsafety.2
*
Remove
`flutter`
SDK constraint.
## 0.2.0-nullsafety.1
*
Fix null safety issues.
...
...
wakelock_platform_interface/pubspec.yaml
View file @
6784ce0
...
...
@@ -2,13 +2,12 @@ name: wakelock_platform_interface
description
:
>-2
A common platform interface for the wakelock plugin used by the different platform
implementations.
v
ersion: 0.2.0-nullsafety.
1
v
ersion: 0.2.0-nullsafety.
2
h
omepage: >-2
https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_platform_interface
e
nvironment:
sdk: '>=2.12.0-0 <3.0.0'
flutter: ">=1.17.0 <2.0.0"
d
ependencies:
flutter:
...
...
Please
register
or
login
to post a comment