Showing
2 changed files
with
5 additions
and
3 deletions
| 1 | name: wakelock | 1 | name: wakelock |
| 2 | description: Wakelock is a Flutter plugin that allows you to easily toggle the Android and iOS screen wakelock on or off in order to prevent the screen from automatically turning off. | 2 | description: Wakelock is a Flutter plugin that allows you to easily toggle the Android and iOS screen wakelock on or off in order to prevent the screen from automatically turning off. |
| 3 | -version: 0.1.0 | 3 | +version: 0.1.0+1 |
| 4 | author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> | 4 | author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> |
| 5 | homepage: https://github.com/creativecreatorormaybenot/wakelock | 5 | homepage: https://github.com/creativecreatorormaybenot/wakelock |
| 6 | 6 | ||
| @@ -11,8 +11,6 @@ dependencies: | @@ -11,8 +11,6 @@ dependencies: | ||
| 11 | flutter: | 11 | flutter: |
| 12 | sdk: flutter | 12 | sdk: flutter |
| 13 | 13 | ||
| 14 | - meta: ^1.1.7 | ||
| 15 | - | ||
| 16 | dev_dependencies: | 14 | dev_dependencies: |
| 17 | flutter_test: | 15 | flutter_test: |
| 18 | sdk: flutter | 16 | sdk: flutter |
-
Please register or login to post a comment