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

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 dart pub get):

dependencies:
  super_dns_client: ^0.3.3

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:super_dns_client/super_dns_client.dart';
1
likes
140
points
299
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, freezed_annotation, http, json_annotation, super_dns, super_raw, universal_io

More

Packages that depend on super_dns_client