dns_client 1.0.0
dns_client: ^1.0.0 copied to clipboard
Dart implementation of DNS-over-HTTPS.
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.0.0 (2026-01-05) #
⚠ BREAKING CHANGES #
- RRType static constants renamed (e.g., MXType -> MX)
- Minimum SDK version is now Dart 3.0.0
Features #
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