-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpubspec.yaml
More file actions
64 lines (58 loc) · 1.93 KB
/
pubspec.yaml
File metadata and controls
64 lines (58 loc) · 1.93 KB
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
54
55
56
57
58
59
60
61
62
63
64
name: network_tools
description: Networking Tools library which can help you discover open ports, devices on subnet and many other things.
version: 6.0.5
issue_tracker: https://github.com/osociety/network_tools/issues
repository: https://github.com/osociety/network_tools
example: example/main.dart
environment:
sdk: ">=3.8.0 <4.0.0"
topics:
- network
- ping
- arp
- port
- scanner
funding:
- https://liberapay.com/OpenSociety/donate
- https://ko-fi.com/fs0c13ty
dependencies:
# A dart csv to list converter.
csv: ">=5.1.1 <7.0.0"
# Multi-platform network ping utility.
dart_ping: ^9.0.1
# Drift is a reactive persistence library for Flutter and Dart, built on top of SQLite.
drift: ^2.28.1
# Service locator
get_it: ">=8.2.0 <10.0.0"
# A composable, Future-based library for making HTTP requests.
http: ^1.2.2
# Convenient code generator for get_it
injectable: ^2.5.1
# Defines the annotations used by json_serializable.
json_annotation: ^4.9.0
# Debugging and error logging.
logging: ^1.3.0
# Performing mDNS queries (e.g. Bonjour, Avahi).
multicast_dns: ^0.3.2+7
# A comprehensive, cross-platform path manipulation library for Dart.
path: ^1.9.0
# Process run helpers
process_run: ^1.2.2
# sqlite3 is a pure Dart implementation of SQLite.
sqlite3: ^2.8.0
# Cross-platform 'dart:io' that works in all platforms.
universal_io: ^2.2.2
dev_dependencies:
# provides a concrete way of generating files using Dart code
build_runner: ^2.4.13
# Drift is a reactive persistence library for Flutter and Dart, built on top of SQLite.
drift_dev: ^2.28.1
# Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.
injectable_generator: ^2.8.1
# Provides Dart Build System builders for handling JSON.
json_serializable: ^6.10.0
# Set of lint rules for Dart.
lint: ^2.3.0
mocktail: ^1.0.3
# Writing and running Dart tests.
test: ^1.25.8