Nimrodda / flutter_nsd

A Flutter plugin that enables Network Service Discovery (mDNS) on various platforms via their native APIs.
Apache License 2.0
34 stars 8 forks source link

On Android, the IP address is returned in the hostname field of NsdServiceInfo #60

Open mbalmer opened 6 months ago

mbalmer commented 6 months ago

On Android, NsdServiceInfo.hostname returns the IP address instead of the hostname. On iOS it returns the hostname.