Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Upgrade Dart SDK constraints (#114)
Browse files Browse the repository at this point in the history
* Migrate platform_interface to pigeon 0.2.1

* Format

* Fix Analysis

* Update SDK version constraints
  • Loading branch information
creativecreatorormaybenot authored May 14, 2021
1 parent 5c4906a commit 22a46ba
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
6 changes: 5 additions & 1 deletion wakelock_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 0.1.0+1

* Changed Dart SDK constraint to `>=2.12.0`.

## 0.1.0

* Bumped to stable null safety release.

## 0.1.0-nullsafety.0

* Initial release
* Initial release
4 changes: 2 additions & 2 deletions wakelock_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: wakelock_macos
description: >-2
macOS platform implementation of the wakelock_platform_interface for the wakelock plugin.
version: 0.1.0
version: 0.1.0+1
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_macos

environment:
sdk: '>=2.12.0-259.9.beta <3.0.0'
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.24.0-0'

dependencies:
Expand Down
4 changes: 4 additions & 0 deletions wakelock_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1+1

* Changed Dart SDK constraint to `>=2.12.0`.

## 0.2.1

* Migrated to pigeon `0.2.1`, which fixes deprecated usage of `setMockMessageHandler`.
Expand Down
4 changes: 2 additions & 2 deletions wakelock_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: wakelock_platform_interface
description: >-2
A common platform interface for the wakelock plugin used by the different platform
implementations.
version: 0.2.1
version: 0.2.1+1
homepage: >-2
https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_platform_interface
environment:
sdk: '>=2.12.0-259.9.beta <3.0.0'
sdk: '>=2.12.0 <3.0.0'

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions wakelock_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0+1

* Changed Dart SDK constraint to `>=2.12.0`.

## 0.2.0

* Bumped to stable null safety release.
Expand Down
4 changes: 2 additions & 2 deletions wakelock_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: wakelock_web
description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin.
version: 0.2.0
version: 0.2.0+1
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web

environment:
sdk: '>=2.12.0-259.9.beta <3.0.0'
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.24.0-0'

dependencies:
Expand Down

0 comments on commit 22a46ba

Please sign in to comment.