nsd 1.1.0 nsd: ^1.1.0 copied to clipboard
A Flutter plugin for network service discovery and registration (aka NSD / DNS-SD / Bonjour / mDNS).
1.0.0 #
- initial release
1.0.1 #
- updated documentation
- verified publisher
1.0.2 #
- added documentation as recommended by pub.dev analysis
1.0.3 #
- added documentation for example app
1.0.4 #
- introduced ci for android, macos and ios
1.0.5 #
- more tests
1.1.0 #
- enhancement #3: proper client feedback if service type is invalid
- fix #1: macos, ios: register() throws internalError if the port is in use
- proper text rendering (toString()) for all classes
- error logging is not enabled per default any more to give the client the choice
- updated example dependencies