super_dns_client 0.3.8 copy "super_dns_client: ^0.3.8" to clipboard
super_dns_client: ^0.3.8 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 Flutter:

 $ flutter pub add super_dns_client

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

dependencies:
  super_dns_client: ^0.3.8

Alternatively, your editor might support flutter 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
150
points
831
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

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, freezed_annotation, http, json_annotation, super_dns, super_raw, universal_io

More

Packages that depend on super_dns_client

Packages that implement super_dns_client