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
2021-09-14 01:28:37 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e74bcbc9c74b3c39ea5c18c82ce438d8dd3deacc
e74bcbc9
1 parent
21b19c94
Bump packages (#146)
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
wakelock_macos/CHANGELOG.md
wakelock_macos/pubspec.yaml
wakelock_web/CHANGELOG.md
wakelock_web/pubspec.yaml
wakelock_macos/CHANGELOG.md
View file @
e74bcbc
## 0.3.0
*
Bumped to depend on latest platform interface.
## 0.2.0
*
Bumped to depend on latest platform interface.
...
...
wakelock_macos/pubspec.yaml
View file @
e74bcbc
name
:
wakelock_macos
description
:
>-2
macOS platform implementation of the wakelock_platform_interface for the wakelock plugin.
v
ersion: 0.
2
.0
v
ersion: 0.
3
.0
r
epository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_macos
e
nvironment:
...
...
@@ -14,7 +14,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
wakelock_platform_interface: ^0.
2
.0
wakelock_platform_interface: ^0.
4
.0
d
ev_dependencies:
flutter_test:
...
...
wakelock_web/CHANGELOG.md
View file @
e74bcbc
## 0.4.0
*
Bumped to depend on latest platform interface.
## 0.3.0
*
Bumped to depend on latest platform interface.
...
...
wakelock_web/pubspec.yaml
View file @
e74bcbc
name
:
wakelock_web
description
:
Web platform implementation of the wakelock_platform_interface for the wakelock plugin.
version
:
0.
3
.0
version
:
0.
4
.0
repository
:
https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_web
environment
:
...
...
@@ -15,7 +15,7 @@ dependencies:
js
:
^0.6.3
wakelock_platform_interface
:
^0.
2
.0
wakelock_platform_interface
:
^0.
3
.0
dev_dependencies
:
flutter_test
:
...
...
Please
register
or
login
to post a comment