super_dns_client 0.1.0
super_dns_client: ^0.1.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.
Changelog #
0.1.0 #
🎉 Initial release of super_dns_client
- Added DNS-over-HTTPS client implementation
- Supported Google, Cloudflare, Quad9, and OpenDNS resolvers
- Supported record types:
A,AAAA,CNAME,SRV,TXT - Added base response model with
freezedandjson_serializable - Unit tests and CI configuration ready