Showing
6 changed files
with
16 additions
and
4 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+3 | 4 | +version: 0.2.0 |
| 5 | repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_macos | 5 | repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_macos |
| 6 | 6 | ||
| 7 | environment: | 7 | environment: |
| 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 | 3 | +version: 0.3.0 |
| 4 | repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_web | 4 | repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_web |
| 5 | 5 | ||
| 6 | environment: | 6 | environment: |
| 1 | name: wakelock_windows | 1 | name: wakelock_windows |
| 2 | description: >-2 | 2 | description: >-2 |
| 3 | Windows platform implementation of the wakelock_platform_interface for the wakelock plugin. | 3 | Windows platform implementation of the wakelock_platform_interface for the wakelock plugin. |
| 4 | -version: 0.1.0+2 | 4 | +version: 0.2.0 |
| 5 | repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_windows | 5 | repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_windows |
| 6 | 6 | ||
| 7 | environment: | 7 | environment: |
| @@ -12,7 +12,7 @@ dependencies: | @@ -12,7 +12,7 @@ dependencies: | ||
| 12 | flutter: | 12 | flutter: |
| 13 | sdk: flutter | 13 | sdk: flutter |
| 14 | 14 | ||
| 15 | - wakelock_platform_interface: ^0.2.0 | 15 | + wakelock_platform_interface: ^0.3.0 |
| 16 | win32: ^2.0.0 | 16 | win32: ^2.0.0 |
| 17 | 17 | ||
| 18 | dev_dependencies: | 18 | dev_dependencies: |
-
Please register or login to post a comment