Skip to content

Commit

Permalink
Update network_info_plus to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanseo0 committed Nov 23, 2023
1 parent d951ada commit 53d327d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion packages/network_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## NEXT
## 1.1.4

* Update network_info_plus to 4.1.0.
* Update network_info_plus_platform_interface to 1.1.3.
* Increase the minimum Flutter version to 3.3.

## 1.1.3
Expand Down
4 changes: 2 additions & 2 deletions packages/network_info_plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This package is not an _endorsed_ implementation of `network_info_plus`. Therefo

```yaml
dependencies:
network_info_plus: ^2.3.2
network_info_plus_tizen: ^1.1.3
network_info_plus: ^4.1.0
network_info_plus_tizen: ^1.1.4
```
Then you can import `network_info_plus` in your Dart code:
Expand Down
4 changes: 2 additions & 2 deletions packages/network_info_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
network_info_plus: ^2.3.2
network_info_plus: ^4.1.0
network_info_plus_tizen:
path: ../

Expand All @@ -20,7 +20,7 @@ dev_dependencies:
sdk: flutter
integration_test_tizen:
path: ../../integration_test/
flutter_lints: ^1.0.4
flutter_lints: ^3.0.1

flutter:
uses-material-design: true
6 changes: 3 additions & 3 deletions packages/network_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: network_info_plus_tizen
description: Tizen implementation of the network_info_plus plugin
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/network_info_plus
version: 1.1.3
version: 1.1.4

environment:
sdk: ">=2.18.0 <4.0.0"
Expand All @@ -18,7 +18,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
network_info_plus_platform_interface: ^1.1.2
network_info_plus_platform_interface: ^1.1.3

dev_dependencies:
flutter_lints: ^1.0.4
flutter_lints: ">=2.0.1 <4.0.0"

0 comments on commit 53d327d

Please sign in to comment.