From 8108f9dfe417e51777c30064a524fcc726dd1edb Mon Sep 17 00:00:00 2001 From: fotidim Date: Sat, 16 Mar 2024 22:26:11 +0100 Subject: [PATCH] Add windows capabilities instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 189ca96..f1b94b4 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,12 @@ Add `NSBluetoothPeripheralUsageDescription` and `NSBluetoothAlwaysUsageDescripti Add the `Bluetooth` capability to the macOS app from Xcode. -### Web +### Windows +When publishing on Windows you need to declare the following [capabilities](https://learn.microsoft.com/en-us/windows/uwp/packaging/app-capability-declarations): `bluetooth, radios` + +### Web +` On web, you have to add filters and specify optional services when scanning for devices. The parameter is ignored on other platforms. ```dart