whois_dns_lookup_agent 1.20260524.125658 copy "whois_dns_lookup_agent: ^1.20260524.125658" to clipboard
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_agent

Use 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_agent

With Flutter:

 $ flutter pub add whois_dns_lookup_agent

This 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.125658

Alternatively, 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';
0
likes
160
points
95
downloads

Documentation

API reference

Publisher

verified publisherchangyy.app

Weekly Downloads

Pure-Dart multi-server DNS lookup + Whois client. CLI emits JSON suitable for shell pipelines.

Repository (GitHub)
View/report issues

Topics

#dns #whois #networking #cli

License

MIT (license)

Dependencies

args

More

Packages that depend on whois_dns_lookup_agent