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
Using the newest version (i.e. Flutter v3.24.4 and Dart v3.5.4), your Example does not work !
Can I please ask you to update your library to make it work with the newest Flutter version ?
I am pretty desperate on this.
Error 1: model.isSupported not recognized DartError: MissingPluginException(No implementation found for method isSupported on channel apparence.io/usbdevice)
Error 2: DartError: MissingPluginException(No implementation found for method getDevices on channel apparence.io/usbdevice)
Uncommenting a few things, I can get it to work in DEBUG mode of Flutter.
But it does not work in RELEASE mode of Flutter !!!!
(as already described here...)
Error 3:
Your library does not work in RELEASE mode of Flutter.
The text was updated successfully, but these errors were encountered:
Using the newest version (i.e. Flutter v3.24.4 and Dart v3.5.4), your Example does not work !
Can I please ask you to update your library to make it work with the newest Flutter version ?
I am pretty desperate on this.
Error 1:
model.isSupported
not recognizedDartError: MissingPluginException(No implementation found for method isSupported on channel apparence.io/usbdevice)
Error 2:
DartError: MissingPluginException(No implementation found for method getDevices on channel apparence.io/usbdevice)
Uncommenting a few things, I can get it to work in DEBUG mode of Flutter.
But it does not work in RELEASE mode of Flutter !!!!
(as already described here...)
Error 3:
Your library does not work in RELEASE mode of Flutter.
The text was updated successfully, but these errors were encountered: