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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 3.0.3
Upgrade to latest network_tools

## 3.0.2
Mac vendor improvements

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: network_tools_flutter
description: Extended features of network_tools package for flutter framework supporting iOS and Android
version: 3.0.2
version: 3.0.3
issue_tracker: https://github.com/osociety/network_tools_flutter/issues
repository: https://github.com/osociety/network_tools_flutter

Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies:
logging: ^1.3.0
# Deal with internationalized/localized messages and more.
intl: ^0.20.0
network_tools: ^6.0.1
network_tools: ^6.0.4
path_provider: ^2.1.5
universal_io: ^2.2.2
nsd: ">=3.0.0 <5.0.0"
Expand All @@ -47,7 +47,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ">=3.0.1 <5.0.0"
flutter_lints: ">=3.0.1 <7.0.0"
fake_http_client: ">=1.0.0 <3.0.0"

flutter:
Loading