flutter_blue icon indicating copy to clipboard operation
flutter_blue copied to clipboard

Bluetooth plugin for Flutter

Results 220 flutter_blue issues
Sort by recently updated
recently updated
newest added

Good afternoon, I need to integrate the xiaomi smart bracelet (miband 3) in the Dart language (Flutter), but I am having difficulty, there is very little support material regarding this...

`flutter_blue_plus` is the successor of `flutter_blue` **Go Here**: https://github.com/boskokg/flutter_blue_plus

I'm trying to turn on notifications for a characteristic, but every time that I run `characteristic(true)` I get this error `PlatformException(set_notification_error, error when writing the descriptor, null)`. Here's a piece...

"When I add a package to my Flutter project, 'flutter pub get' doesn't work." and return the message written below Pub failed to delete entry because it was in use...

`flutter_blue_plus` is the successor of `flutter_blue` **Go Here**: https://github.com/boskokg/flutter_blue_plus

How to connect the device that specifies the MAC address? For example, scan a QR code to get the MAC address of the device,

Over the Air (OTA) Device Firmware Updates (DFU) Hi Is there an example where I can use flutter_blue to perform OTA firmware updates to a device?

Hi @pauldemarco ``` List devices = await FlutterBlue.instance.connectedDevices; List services= await devices[0].discoverServices(); print('$services'); ``` Android error : java.lang.IllegalArgumentException: Unsupported value: java.lang.Exception: no instance of BluetoothGatt, have you connected first? iOS...

discover-services

`flutter_blue_plus` is the successor of `flutter_blue` **Go Here**: https://github.com/boskokg/flutter_blue_plus

![Screenshot 2567-01-03 at 10 42 09](https://github.com/pauldemarco/flutter_blue/assets/69580511/400f8554-7669-43d2-a8c0-88da5e2465c0) ![Screenshot 2567-01-03 at 10 43 36](https://github.com/pauldemarco/flutter_blue/assets/69580511/a8d0cdf8-9691-43af-996f-c2761cbed87c)