alevlako
alevlako
As far as I understand, the application crashes on a level inaccessible for flutter when it try to load this plugin in the absence of a bluetooth device in OS....
> I faced the same issue and did a little debugging. I figured out, that the InitializeAsync() function (which is called wheter the plugin is used or not) in the...
You can use prerelease plugin version 0.5.0-dev.2 In this version, the author completed the receiving serviceId and characteristicIds from device for Windows. ``` QuickBlue.setConnectionHandler(_handleConnectionChange); QuickBlue.setServiceHandler(_handleServiceDiscovery); void _handleConnectionChange(String deviceId, BlueConnectionState state)...
> ... in my case i'm getting native windows fatal crash on first call of connect method (even runZonedGuarded not catching exception). I really don't know why this package has...
Hi. Have you found a solution? I ran into the exact same issue. Update: the issue solved after IDE restart )
You are right, I am using the hover mode, as more native for windows desktop in my opinion. I am very glad to found your plagin, it looks more pretty,...