flutter_local_device_discovery_windows 2.0.0
flutter_local_device_discovery_windows: ^2.0.0 copied to clipboard
Windows implementation of the flutter_local_device_discovery plugin.
2.0.0 - 2026-08-20 #
- Added native C++ SSDP and WS-Discovery engines via Winsock2 multicast sockets.
- Added native Wi-Fi information gathering via
wlanapi.h. - Added gateway detection via
GetAdaptersAddresses/iphlpapi.lib. - 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 Windows implementation with platform interface 1.0.0.
- Added native service advertisement and registration using Win32
DnsServiceRegisterandDnsServiceRegisterCancel.
0.3.0 - 2026-08-11 #
- Aligned the Windows implementation with platform interface 0.3.0.
- Added native Win32 DNS-SD/mDNS service browsing and resolution via async
DnsServiceBrowseandDnsServiceResolve.
0.2.0 - 2026-08-09 #
- Aligned the Windows implementation with platform interface 0.2.0.
- Added an event channel fallback so shared SSDP/UPnP sessions can run without
MissingPluginException. - Added safe pause and resume handling for shared-engine sessions.
- Corrected capability reporting while native Windows DNS-SD remains unimplemented.
- Updated native diagnostic version reporting to 0.2.0.
0.1.0 - 2026-08-06 #
- Initial Windows implementation foundation.
- Added Winsock setup and native network-interface diagnostics.