Showing
2 changed files
with
13 additions
and
9 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+2 | 3 | +version: 0.1.3+3 |
| 4 | homepage: https://github.com/creativecreatorormaybenot/wakelock | 4 | homepage: https://github.com/creativecreatorormaybenot/wakelock |
| 5 | 5 | ||
| 6 | -environment: | ||
| 7 | - sdk: ">=2.1.0 <3.0.0" | ||
| 8 | - flutter: ">=1.12.13+hotfix.4" | ||
| 9 | - | ||
| 10 | -dependencies: | ||
| 11 | - flutter: | ||
| 12 | - sdk: flutter | ||
| 13 | - | ||
| 14 | flutter: | 6 | flutter: |
| 15 | plugin: | 7 | plugin: |
| 16 | platforms: | 8 | platforms: |
| @@ -19,3 +11,11 @@ flutter: | @@ -19,3 +11,11 @@ flutter: | ||
| 19 | pluginClass: WakelockPlugin | 11 | pluginClass: WakelockPlugin |
| 20 | ios: | 12 | ios: |
| 21 | pluginClass: WakelockPlugin | 13 | pluginClass: WakelockPlugin |
| 14 | + | ||
| 15 | +dependencies: | ||
| 16 | + flutter: | ||
| 17 | + sdk: flutter | ||
| 18 | + | ||
| 19 | +environment: | ||
| 20 | + sdk: ">=2.1.0 <3.0.0" | ||
| 21 | + flutter: ">=1.10.0 <2.0.0" |
-
Please register or login to post a comment