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

Commit 4d7de6c

Browse files
author
Chris Yang
authored
[wifi_info_flutter] make it ready for initial 1.0.0 release (#3191)
1 parent 0fbf417 commit 4d7de6c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
## 0.0.1
1+
## 1.0.0
22

3-
* TODO: Describe initial release.
3+
* Initial release of the plugin. This plugin retrieves information about a device's connection to wifi.
4+
* See [README](./README.md) for details.

packages/wifi_info_flutter/wifi_info_flutter/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: wifi_info_flutter
22
description: A new flutter plugin project.
3-
version: 0.0.1
3+
version: 1.0.0
44
homepage: https://github.com/flutter/plugins/tree/master/packages/wifi_info_flutter/wifi_info_flutter
5-
publish_to: none
65

76
environment:
87
sdk: ">=2.7.0 <3.0.0"
@@ -11,8 +10,7 @@ environment:
1110
dependencies:
1211
flutter:
1312
sdk: flutter
14-
wifi_info_flutter_platform_interface:
15-
path: ../wifi_info_flutter_platform_interface
13+
wifi_info_flutter_platform_interface: ^1.0.0
1614

1715
dev_dependencies:
1816
mockito: ^4.1.1

0 commit comments

Comments
 (0)