juliuscanute / qr_code_scanner

QR Code Scanner for Flutter
BSD 2-Clause "Simplified" License
1.01k stars 799 forks source link

[BUG] Notify in the README.md that version 0.7.0 only works in Android devices with API 24+ #508

Closed svprdga closed 2 years ago

svprdga commented 2 years ago

The latest version of this plugin implements zxing lib version 3.4.x. This version is only supported for android devices with API 24+. Executing this plugin in lower versions can cause a crash like this.

I think that the README.md should reflect that requirement.

juliansteenbakker commented 2 years ago

Please see https://github.com/journeyapps/zxing-android-embedded#option-2-desugaring-advanced

With desugaring, api 24 < are supported.