creativecreatorormaybenot

Pub issues

  1 +## 0.1.0+1
  2 +
  3 +* Fixed dependency issue.
  4 +
1 ## 0.1.0 5 ## 0.1.0
2 6
3 * Bumped version to indicate that the plugin is fully usable. 7 * Bumped version to indicate that the plugin is fully usable.
1 name: wakelock 1 name: wakelock
2 description: Wakelock is a Flutter plugin that allows you to easily toggle the Android and iOS screen wakelock on or off in order to prevent the screen from automatically turning off. 2 description: Wakelock is a Flutter plugin that allows you to easily toggle the Android and iOS screen wakelock on or off in order to prevent the screen from automatically turning off.
3 -version: 0.1.0 3 +version: 0.1.0+1
4 author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> 4 author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com>
5 homepage: https://github.com/creativecreatorormaybenot/wakelock 5 homepage: https://github.com/creativecreatorormaybenot/wakelock
6 6
@@ -11,8 +11,6 @@ dependencies: @@ -11,8 +11,6 @@ dependencies:
11 flutter: 11 flutter:
12 sdk: flutter 12 sdk: flutter
13 13
14 - meta: ^1.1.7  
15 -  
16 dev_dependencies: 14 dev_dependencies:
17 flutter_test: 15 flutter_test:
18 sdk: flutter 16 sdk: flutter