FlutterBlue and this instance not works propery in isolated!
It throw "MissingPluginException (MissingPluginException(No implementation found for method isAvailable on channel plugins.pauldemarco.com/flutter_blue/methods))"
Some news about this issue ?
All the calls to the api should be done on the main thread. It's a flutter thing that MethodChannels don't work on a different thread.
@bdlukaa does that mean issue need to be addressed in the flutter_blue plugin?
I have this error in a release build, but not in the debug build when trying to stop scan.
Most helpful comment
All the calls to the api should be done on the main thread. It's a flutter thing that MethodChannels don't work on a different thread.