nsd_platform_interface 2.0.0 nsd_platform_interface: ^2.0.0 copied to clipboard
Flutter network service discovery plugin (platform interface submodule - will be installed with the parent plugin).
1.0.0 #
- initial release
1.0.1 #
- updated documentation
- verified publisher
1.0.2 #
- added documentation as recommended by pub.dev analysis
1.1.0 #
- enhancement #3: proper client feedback if service type is invalid
- proper text rendering (toString()) for all classes
- error logging is not enabled per default any more to give the client the choice
1.2.0 #
- enhancement #8: find all available service type
1.3.0 #
- enhancement #7: support for ip addresses
1.3.1 #
- fixed dart analysis errors
1.3.2 #
- fixed formatting
1.4.0 #
- more user friendly error handling
- documentation
1.4.1 #
- more unit tests for error handling
1.4.2 #
- updated documentation
1.5.0 #
- issue #20: added alternative discovery listening mechanism for found & lost events
1.5.1 #
- issue #22: added error cause "operation not supported"
1.6.0 #
- issue #29: added an option to disable service type validation by the plugin
2.0.0 #
- issue #50: updated uuid to current version (4.2.1)
- updated dart sdk to >=3.0.0 <4.0.0, flutter to >=3.10.0
- updated various dependencies
- fixed various flutter analyze issues detected by new analyze version