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.
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.isSupportednot 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.