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

A common platform interface for the flutter_local_device_discovery plugin.

flutter_local_device_discovery_platform_interface #

Platform interface for flutter_local_device_discovery.

The package defines the method-channel contract and serializable native models used by the Android, Darwin, and Windows implementations. App developers should depend on the main package rather than this package directly.

Platform implementers should extend FlutterLocalDeviceDiscoveryPlatform and use PlatformInterface.verifyToken through the provided instance setter.

Requirements #

  • Flutter 3.24 or later
  • Dart 3.5 or later

License #

MIT. See LICENSE.