multicast_dns 0.1.1
multicast_dns: ^0.1.1 copied to clipboard
Dart package for mDNS queries (e.g. Bonjour, Avahi).
0.1.1 #
- Fixes flutter/issue/31854 where
decodeMDnsResponse
advanced to incorrect code points and ignored some records.
0.1.0 #
- Initial Open Source release.
- Migrates the dartino-sdk's mDNS client to Dart 2.0 and Flutter's analysis rules
- Breaks from original Dartino code, as it does not use native libraries for macOS and overhauls the
ResourceRecord
class.