flutter_blue
flutter_blue copied to clipboard
Bluetooth plugin for Flutter
Possible to know the distance between the materials or signal force
the prob in Stream to get the state and scan devices, it work fine on debug but in release doesn't work
The problem here is the pairing request popup every time connecting to the device. This happens due to the fact that the plugin actually never bonds to the device and...
For #864, I've added codes to handle certain API calls. I'm not sure whether it is fully handle all the calls but at least the example code works correctly. There...
I'm using flutter to work on an bluetooth low energy app, via your library, in which we are potentially connecting to multiple peripherals at the same time. I am able...
I want to ask a question. Due to the company's business, there are 5 bluetooth devices. I need to connect 5 devices at the same time, and get the data...
Android 12 introduces new Bluetooth permissions: `BLUETOOTH_SCAN` & `BLUETOOTH_CONNECT` https://developer.android.com/about/versions/12/features/bluetooth-permissions The plugin should update its `manifest.xml` to match the new format outlined in the documentation. The documentation in the README...
Hi, I was having an issue when I want to do discovery services when I put it in one container. Below is my code onPressed: () { flutterBlue.startScan(timeout: Duration(seconds: 4));...