Skip to content

Commit 580656d

Browse files
author
Emmanuel Garcia
committed
[connectivity_macos] null safety
1 parent 748bcb3 commit 580656d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/connectivity/connectivity_macos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0-nullsafety
2+
3+
* Update Dart SDK constraint.
4+
15
## 0.1.0+8
26

37
* Update Flutter SDK constraint.

packages/connectivity/connectivity_macos/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: macOS implementation of the connectivity plugin.
33
# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump
44
# the version to 2.0.0.
55
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
6-
version: 0.1.0+8
6+
version: 0.2.0-nullsafety
77
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_macos
88

99
flutter:
@@ -13,7 +13,7 @@ flutter:
1313
pluginClass: ConnectivityPlugin
1414

1515
environment:
16-
sdk: ">=2.1.0 <3.0.0"
16+
sdk: ">=2.12.0-0 <3.0.0"
1717
flutter: ">=1.10.0"
1818

1919
dependencies:

0 commit comments

Comments
 (0)