nisaefendioglu / QR-Code-Scanner

⭐️ Quick and easy QR Code scanning app created using Jetpack Compose. ☘️
MIT License
24 stars 3 forks source link

Analyzer doesn't detect qr codes correctly #3

Open emitchel opened 1 year ago

emitchel commented 1 year ago

I had to use google's implementation 'com.google.mlkit:barcode-scanning:17.0.0' instead. You could reference that library, but at that point, this library doesn't serve any purpose unless you expose an easy wrapper for spinning up the camera preview and analyzer

https://www.codeplayon.com/2022/08/jetpack-compose-barcode-qr-code-scanner/

nisaefendioglu commented 1 year ago

Thanks for your feedback. I will examine the link and library you sent in detail.

I had to use google's implementation 'com.google.mlkit:barcode-scanning:17.0.0' instead. You could reference that library, but at that point, this library doesn't serve any purpose unless you expose an easy wrapper for spinning up the camera preview and analyzer

https://www.codeplayon.com/2022/08/jetpack-compose-barcode-qr-code-scanner/