Showing
2 changed files
with
12 additions
and
7 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,9 +12,10 @@ dependencies: | @@ -12,9 +12,10 @@ dependencies: | ||
| 12 | sdk: flutter | 12 | sdk: flutter |
| 13 | 13 | ||
| 14 | flutter: | 14 | flutter: |
| 15 | - platforms: | ||
| 16 | - android: | ||
| 17 | - package: wakelock.wakelock | ||
| 18 | - pluginClass: WakelockPlugin | ||
| 19 | - ios: | ||
| 20 | - pluginClass: WakelockPlugin | 15 | + plugin: |
| 16 | + platforms: | ||
| 17 | + android: | ||
| 18 | + package: wakelock.wakelock | ||
| 19 | + pluginClass: WakelockPlugin | ||
| 20 | + ios: | ||
| 21 | + pluginClass: WakelockPlugin |
-
Please register or login to post a comment