flutter_blue
flutter_blue copied to clipboard
Bluetooth plugin for Flutter
i am trying to run your example and i can't connect to my thermal bluetooth printer. I got this output and i dont know how to fix it D/BluetoothGatt(22380): connect()...
Everything is fine with my bluetooth app, except for the following error that keeps causing my app to crash. E/AndroidRuntime(26544): FATAL EXCEPTION: main E/AndroidRuntime(26544): Process: com.example.flutter_app, PID: 26544 E/AndroidRuntime(26544): java.lang.NullPointerException:...
Remove references to deprecated v1 Android embedding To ensure this plugin will work with users running the next stable version of Flutter remove references to the v1 embedding. The v1...
need to find the newest ScanResult, have to put the new data at the tail to easy find it
Added the required Android changes to build on Mac. Also changed the timeout behaviour by adding `.timeout()` on the future then have a separate future for that. The previous was...
Unnecessary after null-safety
The example didn't compile due to usage of removed widget APIs. The PR fixes this and also migrates away from deprecated APIs.
Xcode Version 13.2.1 (13C100) iPhone 11, 15.2.1 Flutter: Channel stable, 2.8.1, on macOS 12.2 21D49 darwin-x64, locale en-US