pubspec.yaml
792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: wakelock
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.
version: 0.1.4+2
homepage: https://github.com/creativecreatorormaybenot/wakelock
environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.12.0 <2.0.0"
dependencies:
flutter:
sdk: flutter
wakelock_web:
path: wakelock_web/
dev_dependencies:
pedantic: 1.9.0
flutter_test:
sdk: flutter
dependency_overrides:
pedantic: 1.9.0
flutter:
plugin:
platforms:
android:
package: creativecreatorormaybenot.wakelock
pluginClass: WakelockPlugin
ios:
pluginClass: WakelockPlugin
web:
default_package: wakelock_web
assets:
- assets/NoSleep.js