creativecreatorormaybenot
Committed by GitHub

Remove flutter SDK constraint (#61)

  1 +## 0.2.0-nullsafety.2
  2 +
  3 +* Remove `flutter` SDK constraint.
  4 +
1 ## 0.2.0-nullsafety.1 5 ## 0.2.0-nullsafety.1
2 6
3 * Fix null safety issues. 7 * Fix null safety issues.
@@ -2,13 +2,12 @@ name: wakelock_platform_interface @@ -2,13 +2,12 @@ name: wakelock_platform_interface
2 description: >-2 2 description: >-2
3 A common platform interface for the wakelock plugin used by the different platform 3 A common platform interface for the wakelock plugin used by the different platform
4 implementations. 4 implementations.
5 -version: 0.2.0-nullsafety.1 5 +version: 0.2.0-nullsafety.2
6 homepage: >-2 6 homepage: >-2
7 https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_platform_interface 7 https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_platform_interface
8 8
9 environment: 9 environment:
10 sdk: '>=2.12.0-0 <3.0.0' 10 sdk: '>=2.12.0-0 <3.0.0'
11 - flutter: ">=1.17.0 <2.0.0"  
12 11
13 dependencies: 12 dependencies:
14 flutter: 13 flutter: