RafCoder90

Results 4 issues of RafCoder90

I entered in the pubspec.yaml the dipendence flutter_blue_plus: ^1.3.1 . I have a button that calls a method. In this method I declare a FlutterBlue instance but: Unhandled Exception: MissingPluginException(No...

I have a bluetooth device on which I am writing correctly. For example services[2].characteristics[1].write(ascii.encode("x0381"). But this write's operation return a value, it's possible print this value?

It starts scanning but can't find my device

I’m use flutter_blue_plus for write a code. When I RUN this app on Android Device it si ok. But woth IOS device I have a problem with discoveryServices. I do...