Home > database >  Is there any flutter packages that support Bluetooth on windows
Is there any flutter packages that support Bluetooth on windows

Time:06-17

Currently I am working on a project that needs to have Bluetooth features in Desktop But I didn't find any working packages.

Can any one suggest me the good packages ??

CodePudding user response:

check out this link.

https://www.tldevtech.com/best-bluetooth-packages-for-flutter/

From the link, quick_blue(https://pub.dev/packages/quick_blue) library supports Bluetooth features in Desktop from Flutter.

CodePudding user response:

Try those BLE packages,they are supported to windows.

https://pub.dev/packages/quick_blue

https://pub.dev/packages/flutter_blue_plugin

From quick_ble package have following features

  • Scan BLE peripheral
  • Connect BLE peripheral
  • Discover services of BLE peripheral
  • Transfer data between BLE central & peripheral
  • Related