flutter – Problem with write data over flutter_blue
I have a Question to Flutter with Bluetooth. I Use the Flutter_blue package https://pub.dev/packages/flutter_blue How I can write data external over a Future or a Void. I use the code of the documentation Example of Flutter_blue. Just I will extend this with my own void to write data every 5 seconds. Here is my code … Read more