whois_dns_lookup_agent 1.20260524.125658
whois_dns_lookup_agent: ^1.20260524.125658 copied to clipboard
Pure-Dart multi-server DNS lookup + Whois client. CLI emits JSON suitable for shell pipelines.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate whois_dns_lookup_agentUse it
The package has the following executables:
$ whois_dns_lookup_agent
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add whois_dns_lookup_agentWith Flutter:
$ flutter pub add whois_dns_lookup_agentThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
whois_dns_lookup_agent: ^1.20260524.125658Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:whois_dns_lookup_agent/whois_dns_lookup_agent.dart';