Committed by
GitHub
Upgrade Dart SDK constraints (#114)
* Migrate platform_interface to pigeon 0.2.1 * Format * Fix Analysis * Update SDK version constraints
Showing
6 changed files
with
18 additions
and
6 deletions
| 1 | name: wakelock_macos | 1 | name: wakelock_macos |
| 2 | description: >-2 | 2 | description: >-2 |
| 3 | macOS platform implementation of the wakelock_platform_interface for the wakelock plugin. | 3 | macOS platform implementation of the wakelock_platform_interface for the wakelock plugin. |
| 4 | -version: 0.1.0 | 4 | +version: 0.1.0+1 |
| 5 | homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_macos | 5 | homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_macos |
| 6 | 6 | ||
| 7 | environment: | 7 | environment: |
| 8 | - sdk: '>=2.12.0-259.9.beta <3.0.0' | 8 | + sdk: '>=2.12.0 <3.0.0' |
| 9 | flutter: '>=1.24.0-0' | 9 | flutter: '>=1.24.0-0' |
| 10 | 10 | ||
| 11 | dependencies: | 11 | dependencies: |
| @@ -2,12 +2,12 @@ name: wakelock_platform_interface | @@ -2,12 +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.1 | 5 | +version: 0.2.1+1 |
| 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-259.9.beta <3.0.0' | 10 | + sdk: '>=2.12.0 <3.0.0' |
| 11 | 11 | ||
| 12 | dependencies: | 12 | dependencies: |
| 13 | flutter: | 13 | flutter: |
| 1 | name: wakelock_web | 1 | name: wakelock_web |
| 2 | description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin. | 2 | description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin. |
| 3 | -version: 0.2.0 | 3 | +version: 0.2.0+1 |
| 4 | homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web | 4 | homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web |
| 5 | 5 | ||
| 6 | environment: | 6 | environment: |
| 7 | - sdk: '>=2.12.0-259.9.beta <3.0.0' | 7 | + sdk: '>=2.12.0 <3.0.0' |
| 8 | flutter: '>=1.24.0-0' | 8 | flutter: '>=1.24.0-0' |
| 9 | 9 | ||
| 10 | dependencies: | 10 | dependencies: |
-
Please register or login to post a comment