mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 463 forks source link

Android Rationale not Handled #161

Closed MrVipinVijayan closed 4 years ago

MrVipinVijayan commented 4 years ago

In Android, this library is not handling the condition when the user taps the checkbox to DENY the permission completely. In that case the system will not show the Camera Permission Dialog.

I am not able to detect a specific code for that.

Could you please fix this.

Thanks.