quick.flutter
quick.flutter copied to clipboard
SerialNumber is always null on Android
SerialNumber is always null on Android (using android 11). For targets Android 10 or higher, the app cannot read the serial number until the user has granted the app permission to access the USB device or accessory. QuickUsb is not requesting permission.
https://github.com/woodemi/quick.flutter/tree/master/packages/quick_usb#request-permission
Yeah but 'hasPermission' returns true and the SerialNumber is null.