mintware-de / flutter_barcode_reader

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

App Crash after allow permission first time #173

Closed luckymehndiratta closed 4 years ago

luckymehndiratta commented 4 years ago

App crashed when open barcode first time and also want record permission

mklepaczko commented 4 years ago

Same for me for an app on AndroidX. The others run correctly

devtronic commented 4 years ago

Please provide more details.

You can also try to update to the latest version (2.0.0) which was freshly published to pub.dev

devtronic commented 4 years ago

I created a fix, can you please check if this solves your problem? Instructions in https://github.com/mintware-de/flutter_barcode_reader/pull/186

mklepaczko commented 4 years ago

I now implemented another package but will try to test it later. It seems that all packages have a problem with Flutter 1.12.1, did you check that?