pubspec.yaml
816 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: >-2
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on
Android, iOS, and web.
version: 0.3.0-nullsafety.0
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock
environment:
sdk: '>=2.12.0-0 <3.0.0'
flutter: '>=1.24.0-0 <2.0.0'
dependencies:
flutter:
sdk: flutter
meta: ^1.2.0
wakelock_platform_interface: ^0.2.0-nullsafety.2
wakelock_web: ^0.2.0-nullsafety.0
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0-nullsafety.0
pigeon: ^0.1.15
flutter:
plugin:
platforms:
android:
package: creativemaybeno.wakelock
pluginClass: WakelockPlugin
ios:
pluginClass: WakelockPlugin
web:
default_package: wakelock_web