super_dns 0.1.1
super_dns: ^0.1.1 copied to clipboard
A modern Dart package for working with the DNS protocol, supporting query parsing, encoding, and response handling with IPv4/IPv6 support. Updated for Dart 3.8.1 and compatible with the Super IP/Raw stack.
Changelog #
0.1.1 #
Fixed #
- Added
dns_server_stub.dartto support Flutter Web build (no-op DNS server). - Replaced
dns_server.dartwith conditional import for platform compatibility.
0.1.0 #
- Initial release of Super DNS.
- Updated for Dart 3.8.1.
- Added null-safety and modernized API.
- Integrated with
super_ipandsuper_rawfor binary and network layer support. - Replaced deprecated
pedanticlints withpackage:lints.