super_dns_client 0.3.8
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_clientThis 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.8Alternatively, 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';