-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
53 lines (45 loc) · 1.09 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: network_tools_flutter
description: Extended features of network_tools package for flutter framework supporting iOS and Android
version: 2.0.4
issue_tracker: https://github.com/osociety/network_tools_flutter/issues
repository: https://github.com/osociety/network_tools_flutter
environment:
sdk: ">=3.2.0 <4.0.0"
platforms:
android:
ios:
linux:
macos:
windows:
topics:
- network
- ping
- arp
- port
- scanner
funding:
- https://liberapay.com/OpenSociety/donate
- https://ko-fi.com/fs0c13ty
dependencies:
flutter:
sdk: flutter
# Multi-platform network ping utility.
dart_ping: ^9.0.1
dart_ping_ios: ^4.0.2
flutter_isolate: ^2.1.0
# Debugging and error logging.
logging: ^1.3.0
# Deal with internationalized/localized messages and more.
intl: ^0.20.0
network_tools: ^5.0.2
path_provider: ^2.1.5
universal_io: ^2.2.2
nsd: ">=3.0.0 <5.0.0"
# Performing mDNS queries (e.g. Bonjour, Avahi).
multicast_dns: ^0.3.2+7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ">=3.0.1 <5.0.0"
fake_http_client: ">=1.0.0 <3.0.0"
flutter: