mdns_plugin 0.0.4 copy "mdns_plugin: ^0.0.4" to clipboard
mdns_plugin: ^0.0.4 copied to clipboard

outdated

mDNS Service discovery

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 domain argument when calling startDiscovery
  • Implment the addresses property on MDNSService
  • 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