Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a2cb894

Browse files
author
Chris Yang
authored
[wifi_info_flutter_platform_interface] null safety stable release (#3620)
1 parent bc355f1 commit a2cb894

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/wifi_info_flutter/wifi_info_flutter_platform_interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.0-nullsafety
1+
## 2.0.0
22

33
* Migrate to null safety.
44

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: wifi_info_flutter_platform_interface
22
description: A common platform interface for the wifi_info_flutter plugin.
3-
version: 2.0.0-nullsafety
3+
version: 2.0.0
44
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
55
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
66
homepage: https://github.com/flutter/plugins/tree/master/packages/wifi_info_flutter/wifi_info_flutter_platform_interface
77

88
environment:
9-
sdk: ">=2.12.0-0 <3.0.0"
9+
sdk: ">=2.12.0-259.9.beta <3.0.0"
1010
flutter: ">=1.17.0"
1111

1212
dependencies:
13-
plugin_platform_interface: ^1.1.0-nullsafety
13+
plugin_platform_interface: ">=1.0.0 <3.0.0"
1414
flutter:
1515
sdk: flutter
1616

1717
dev_dependencies:
18-
pedantic: ^1.10.0-nullsafety
18+
pedantic: ^1.10.0
1919
flutter_test:
2020
sdk: flutter

0 commit comments

Comments
 (0)