flutter_local_device_discovery_android 2.0.0
flutter_local_device_discovery_android: ^2.0.0 copied to clipboard
Android implementation of the flutter_local_device_discovery plugin.
2.0.0 - 2026-08-20 #
- Added native Kotlin SSDP engine via
MulticastSocketandWifiManager.MulticastLock. - Added native Kotlin WS-Discovery engine.
- Added native Wi-Fi information gathering and gateway detection via
WifiManagerandConnectivityManager. - Updated platform interface dependency to
^2.0.0.
1.1.0 - 2026-08-16 #
- Updated platform interface dependency to
^1.1.0.
1.0.0 - 2026-08-11 #
- Aligned the Android implementation with platform interface 1.0.0.
- Added read-only ARP neighbor table inspection via
/proc/net/arp.
0.3.0 - 2026-08-11 #
- Aligned the Android implementation with platform interface 0.3.0.
0.2.0 - 2026-08-09 #
- Aligned the Android implementation with platform interface 0.2.0.
- Fixed NSD discovery listeners not being stopped with their owning session.
- Fixed multicast locks not being released during session and engine cleanup.
- Made formatter-backed diagnostics safe across concurrent calls.
- Updated native diagnostic version reporting to 0.2.0.
0.1.0 - 2026-08-06 #
- Initial Android implementation.
- Added native NSD browsing and resolution for mDNS/DNS-SD services.