pubspec.yaml
536 Bytes
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.3+4
homepage: https://github.com/creativecreatorormaybenot/wakelock
flutter:
plugin:
platforms:
android:
package: wakelock.wakelock
pluginClass: WakelockPlugin
ios:
pluginClass: WakelockPlugin
dependencies:
flutter:
sdk: flutter
environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"