Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/network_info_plus/network_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: network_info_plus
description: Flutter plugin for discovering information (e.g. WiFi details) of the network.
version: 2.1.1
version: 2.1.2
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- Update Flutter dependencies

## 1.1.0

- Port to nm.dart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: network_info_plus_linux
description: Linux implementation of the network_info_plus plugin
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
version: 1.1.0
version: 1.1.1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand All @@ -12,9 +12,9 @@ dependencies:
collection: ^1.15.0
flutter:
sdk: flutter
meta: ^1.3.0
meta: ^1.7.0
network_info_plus_platform_interface: ^1.1.0
nm: ^0.3.0
nm: ^0.4.2

dev_dependencies:
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- Update Flutter dependencies

## 1.1.0

- Adding IPv6 method channel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: network_info_plus_platform_interface
description: A common platform interface for the network_info_plus plugin.
version: 1.1.0
version: 1.1.1
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
plugin_platform_interface: ^2.0.0
meta: ^1.7.0
plugin_platform_interface: ^2.0.2

dev_dependencies:
flutter_test:
Expand Down