RobertoLayna

Results 3 comments of RobertoLayna

Solved with: configurations { all*.exclude group: 'com.google.zxing' } in android/app/build.gradle

maybe this can help https://github.com/leyan95/qrcode_scanner/issues/42

Trying thousands of examples, I managed to make it work and I realized that the requestCode 100 did not return anything to me (caused by flutter - android requestCode conversion),...