creativecreatorormaybenot

0.1.3+2

## 0.1.3+2
* Fix `pubspec.yaml`.
## 0.1.3+1
* Updated `pubspec.yaml` to match new format.
... ...
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+1
version: 0.1.3+2
homepage: https://github.com/creativecreatorormaybenot/wakelock
environment:
... ... @@ -12,9 +12,10 @@ dependencies:
sdk: flutter
flutter:
platforms:
android:
package: wakelock.wakelock
pluginClass: WakelockPlugin
ios:
pluginClass: WakelockPlugin
plugin:
platforms:
android:
package: wakelock.wakelock
pluginClass: WakelockPlugin
ios:
pluginClass: WakelockPlugin
... ...