super_dns_client 0.2.0 copy "super_dns_client: ^0.2.0" to clipboard
super_dns_client: ^0.2.0 copied to clipboard

A modern and lightweight Dart library for performing DNS-over-HTTPS (DoH) lookups. Supports multiple resolvers and easy integration for Flutter and server-side apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add super_dns_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  super_dns_client: ^0.2.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:super_dns_client/super_dns_client.dart';
2
likes
0
points
751
downloads

Publisher

unverified uploader

Weekly Downloads

A modern and lightweight Dart library for performing DNS-over-HTTPS (DoH) lookups. Supports multiple resolvers and easy integration for Flutter and server-side apps.

Repository (GitHub)
View/report issues

Topics

#dns #doh #network #http #resolver

License

unknown (license)

Dependencies

equatable, freezed_annotation, http, json_annotation

More

Packages that depend on super_dns_client