Skip to content

Commit

Permalink
[wifi_info_flutter_platform_interface] null safety stable release (fl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Yang authored Feb 23, 2021
1 parent bc355f1 commit a2cb894
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-nullsafety
## 2.0.0

* Migrate to null safety.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: wifi_info_flutter_platform_interface
description: A common platform interface for the wifi_info_flutter plugin.
version: 2.0.0-nullsafety
version: 2.0.0
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
homepage: https://github.com/flutter/plugins/tree/master/packages/wifi_info_flutter/wifi_info_flutter_platform_interface

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.17.0"

dependencies:
plugin_platform_interface: ^1.1.0-nullsafety
plugin_platform_interface: ">=1.0.0 <3.0.0"
flutter:
sdk: flutter

dev_dependencies:
pedantic: ^1.10.0-nullsafety
pedantic: ^1.10.0
flutter_test:
sdk: flutter

0 comments on commit a2cb894

Please sign in to comment.