Showing
2 changed files
with
6 additions
and
1 deletions
| 1 | name: wakelock | 1 | name: wakelock |
| 2 | 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. | 2 | 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. |
| 3 | -version: 0.1.3+1 | 3 | +version: 0.1.3+2 |
| 4 | homepage: https://github.com/creativecreatorormaybenot/wakelock | 4 | homepage: https://github.com/creativecreatorormaybenot/wakelock |
| 5 | 5 | ||
| 6 | environment: | 6 | environment: |
| @@ -12,6 +12,7 @@ dependencies: | @@ -12,6 +12,7 @@ dependencies: | ||
| 12 | sdk: flutter | 12 | sdk: flutter |
| 13 | 13 | ||
| 14 | flutter: | 14 | flutter: |
| 15 | + plugin: | ||
| 15 | platforms: | 16 | platforms: |
| 16 | android: | 17 | android: |
| 17 | package: wakelock.wakelock | 18 | package: wakelock.wakelock |
-
Please register or login to post a comment