dns_client 1.3.1
dns_client: ^1.3.1 copied to clipboard
Dart DNS-over-HTTPS (DoH) client supporting Google, Cloudflare, AdGuard, and Quad9 providers.
1.0.0 #
- BREAKING: Require Dart 3.0.0 or later
- Upgrade freezed to v3 with abstract class syntax
- Upgrade http from 0.13 to 1.x
- Replace deprecated pedantic with lints package
- Update all dependencies for Dart 3 compatibility
1.3.0 - 2026-01-06 #
1.1.0 - 2026-01-05 #
0.2.1 #
- use
HttpClientinstead ofhttp
0.2.0 #
- Migrated to null-safety
0.1.0+1 #
- fix: answer is not always ip address
0.1.0 #
- Initial version, created by Stagehand
- cloudflare, Google implementation