mdns_responder 0.0.1
mdns_responder: ^0.0.1 copied to clipboard
A Flutter plugin for publishing mDNS (Multicast DNS) services on Android and iOS
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
0.0.1 - 2025-08-15 #
Added #
- Initial release of
mdns_responderFlutter plugin. - Dart API to publish and stop mDNS services.
MdnsServicemodel with support for:name,type,porthostAddresses(Android only)attributes(TXT records)subtypes(Android 14+ only)network(Android only)
- Android implementation using
NsdManager. - iOS implementation using
NetService(Bonjour). - Platform interface structure using
plugin_platform_interface. - Unit tests for
MdnsService, platform mock, and method channel. - Integration test for publishing a service without crashing.
- Example app with manual test button.
- Full documentation in
README.md.
[Unreleased] #
Planned #
- None