creativecreatorormaybenot

0.1.3+2

  1 +## 0.1.3+2
  2 +
  3 +* Fix `pubspec.yaml`.
  4 +
1 ## 0.1.3+1 5 ## 0.1.3+1
2 6
3 * Updated `pubspec.yaml` to match new format. 7 * Updated `pubspec.yaml` to match new format.
1 name: wakelock 1 name: wakelock
2 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. 2 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.
3 -version: 0.1.3+1 3 +version: 0.1.3+2
4 homepage: https://github.com/creativecreatorormaybenot/wakelock 4 homepage: https://github.com/creativecreatorormaybenot/wakelock
5 5
6 environment: 6 environment:
@@ -12,9 +12,10 @@ dependencies: @@ -12,9 +12,10 @@ dependencies:
12 sdk: flutter 12 sdk: flutter
13 13
14 flutter: 14 flutter:
15 - platforms:  
16 - android:  
17 - package: wakelock.wakelock  
18 - pluginClass: WakelockPlugin  
19 - ios:  
20 - pluginClass: WakelockPlugin 15 + plugin:
  16 + platforms:
  17 + android:
  18 + package: wakelock.wakelock
  19 + pluginClass: WakelockPlugin
  20 + ios:
  21 + pluginClass: WakelockPlugin