Skip to content

Commit 28630e6

Browse files
authored
Merge pull request #73 from osociety/upgrade-tools
Upgrade network_tools to latest
2 parents 9164f1f + 477f834 commit 28630e6

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 3.0.3
4+
Upgrade to latest network_tools
5+
36
## 3.0.2
47
Mac vendor improvements
58

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: network_tools_flutter
22
description: Extended features of network_tools package for flutter framework supporting iOS and Android
3-
version: 3.0.2
3+
version: 3.0.3
44
issue_tracker: https://github.com/osociety/network_tools_flutter/issues
55
repository: https://github.com/osociety/network_tools_flutter
66

@@ -37,7 +37,7 @@ dependencies:
3737
logging: ^1.3.0
3838
# Deal with internationalized/localized messages and more.
3939
intl: ^0.20.0
40-
network_tools: ^6.0.1
40+
network_tools: ^6.0.4
4141
path_provider: ^2.1.5
4242
universal_io: ^2.2.2
4343
nsd: ">=3.0.0 <5.0.0"
@@ -47,7 +47,7 @@ dependencies:
4747
dev_dependencies:
4848
flutter_test:
4949
sdk: flutter
50-
flutter_lints: ">=3.0.1 <5.0.0"
50+
flutter_lints: ">=3.0.1 <7.0.0"
5151
fake_http_client: ">=1.0.0 <3.0.0"
5252

5353
flutter:

0 commit comments

Comments
 (0)