nsd_android 2.1.2 nsd_android: ^2.1.2 copied to clipboard
Flutter network service discovery plugin (Android submodule - will be installed with the parent plugin).
2.1.2 #
- cleaned up various gradle build warnings
2.1.1 #
- issue #60: made change log more readable by putting newest entry first
2.1.0 #
- issue #74: add missing namespace declaration in nsd_android module (thanks Okladnoj)
2.0.0 #
- issue #55: fixed android error where failure on unregistration did not report back to dart side
- updated dart sdk to >=3.0.0 <4.0.0, flutter to >=3.10.0
1.2.2 #
- issue #18: android: fixed missing plugin exception in release mode
1.2.1 #
- issue #17: synchronized plugin compile sdk version with current flutter compile sdk version
1.2.0 #
- proper error if wifi multicast permission is missing
- updated dependencies (kotlin / gradle)
1.1.2 #
- add multicast lock required by some android devices
1.1.1 #
- issue #14: harmonized android deserialization method signatures
- updated various dependencies (gradle, android api)
1.1.0 #
- updated to flutter 2.10.0 (also gradle, android api updates)
1.0.3 #
- various cleanups
1.0.2 #
- added documentation as recommended by pub.dev analysis
1.0.1 #
- updated documentation
- verified publisher
1.0.0 #
- initial release