mdns_plugin 0.0.6
mdns_plugin: ^0.0.6 copied to clipboard
mDNS Service discovery plugin for iOS which generates events based on discovery of services on the local network.
0.0.1 #
Initial Release
0.0.2 #
Added delegate implementation for iOS and Dart. There is no Android implementation in this version. Remaining items to do:
- Implement
domainargument when callingstartDiscovery - Implment the
addressesproperty onMDNSService - Implement the Android version
0.0.4 #
Now allows domain argument when calling startDiscovery and
implements the addresses property on MDNSService. Remaining items to do:
- Implement the Android version
0.0.5 #
Updated the example code.