- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
- Optimized Socket Binding: Always bind to 0.0.0.0 for simplicity and efficiency.
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
- Improves links in README.md.
- Updates
PendingRequest
to be abase class
for Dart 3.0 compatibility. - Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Removes use of
runtimeType.toString()
. - Updates minimum SDK version to Flutter 3.0.
- Fixes lints warnings.
- Migrates from
ui.hash*
toObject.hash*
.
- Updates package description.
- Make [MDnsClient.start] idempotent.
- Close IPv6 sockets on [MDnsClient.stop].
- Removed redundant link in README.md file.
- Migrate package to null safety.
- Fixes parsing of TXT records. Continues parsing on non-utf8 strings.
- Fixes the handling of packets containing non-utf8 strings.
- Allow configuration of the port and address the mdns query is performed on.
- Fixes flutter/issue/31854 where
decodeMDnsResponse
advanced to incorrect code points and ignored some records.
- 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.