A Flutter plugin for mDNS/DNS-SD discovery and advertising. Ultimately this plugin will be compatible with Android and iOS.
See https://en.wikipedia.org/wiki/Multicast_DNS for additional info
See example/lib/main.dart for a simple example
- Service Discovery on Android
- Service Discovery on iOS
- Service advertising on Android
- Service advertising on iOS
The original source code was create by platinumjam and can be found at: https://github.com/platinumjam/flutter_mdns
This project was forked due the lack of updates from the original creator, adapting it to the recent flutter updates.