You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is so much hiddenly going on with the requestDevices method. Is there any way to somehow debug this on the remote server ? Or can you explain what it does exactly ?
The text was updated successfully, but these errors were encountered:
Updating to Flutter 3.24.5 leads to new errors:
The biggest problem of your library seems the
usbDevice.requestDevices([])
cmd !It is very error prone.
Below is how I use it.
In debug-mode it leads to the error:
In release-mode on my local machine it actually works !!
In release-mode on a remote server it leads to the error:
Here is my code :
(again, it all happens at the step
requestDevices
!!!)There is so much hiddenly going on with the
requestDevices
method. Is there any way to somehow debug this on the remote server ? Or can you explain what it does exactly ?The text was updated successfully, but these errors were encountered: