super_dns_client 0.3.3
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_clientWith Flutter:
$ flutter pub add super_dns_clientThis 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.3Alternatively, 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';