mdns_responder 0.0.1 copy "mdns_responder: ^0.0.1" to clipboard
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_responder Flutter plugin.
  • Dart API to publish and stop mDNS services.
  • MdnsService model with support for:
    • name, type, port
    • hostAddresses (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
0
likes
160
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for publishing mDNS (Multicast DNS) services on Android and iOS

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mdns_responder

Packages that implement mdns_responder