flutter_local_device_discovery_windows 2.0.0 copy "flutter_local_device_discovery_windows: ^2.0.0" to clipboard
flutter_local_device_discovery_windows: ^2.0.0 copied to clipboard

PlatformWindows

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 DnsServiceRegister and DnsServiceRegisterCancel.

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 DnsServiceBrowse and DnsServiceResolve.

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.