Coin-ai
Coin-ai
May be set excludeFromSemantics = true in GestureDetector? Google Play shows an accessibility warning
### Steps to reproduce android/app/build.gradle ``` plugins { id "com.android.application" id "kotlin-android" id "dev.flutter.flutter-gradle-plugin" } def localProperties = new Properties() def localPropertiesFile = rootProject.file('local.properties') if (localPropertiesFile.exists()) { localPropertiesFile.withReader('UTF-8') { reader...
onScan is not working on the Xiaomi Poco M3 device. I have provided camera permission, the camera image appears, but the code does not scan. On the Samsung A30s device...