super_dns 0.1.1 copy "super_dns: ^0.1.1" to clipboard
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.dart to support Flutter Web build (no-op DNS server).
  • Replaced dns_server.dart with 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_ip and super_raw for binary and network layer support.
  • Replaced deprecated pedantic lints with package:lints.
0
likes
140
points
731
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#dns #network #ipv4 #ipv6

Documentation

API reference

License

MIT (license)

Dependencies

args, meta, super_ip, super_raw, universal_io

More

Packages that depend on super_dns