Showing
1 changed file
with
6 additions
and
2 deletions
| @@ -6,12 +6,16 @@ homepage: https://github.com/creativecreatorormaybenot/wakelock | @@ -6,12 +6,16 @@ homepage: https://github.com/creativecreatorormaybenot/wakelock | ||
| 6 | 6 | ||
| 7 | environment: | 7 | environment: |
| 8 | sdk: ">=2.1.0 <3.0.0" | 8 | sdk: ">=2.1.0 <3.0.0" |
| 9 | + flutter: ">=1.12.13+hotfix.4" | ||
| 9 | 10 | ||
| 10 | dependencies: | 11 | dependencies: |
| 11 | flutter: | 12 | flutter: |
| 12 | sdk: flutter | 13 | sdk: flutter |
| 13 | 14 | ||
| 14 | flutter: | 15 | flutter: |
| 15 | - plugin: | ||
| 16 | - androidPackage: wakelock.wakelock | 16 | + platforms: |
| 17 | + android: | ||
| 18 | + package: wakelock.wakelock | ||
| 19 | + pluginClass: WakelockPlugin | ||
| 20 | + ios: | ||
| 17 | pluginClass: WakelockPlugin | 21 | pluginClass: WakelockPlugin |
-
Please register or login to post a comment