Flutter_blue: FlutterBlue not work in isolation

Created on 27 Jan 2021  路  3Comments  路  Source: pauldemarco/flutter_blue

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))"

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings