flutter_mrz_scanner
flutter_mrz_scanner copied to clipboard
App is crashing on release build
App crashes while release a release build. i.e. flutter build apk --release
I'm having the same issue, in debug mode it's work but crash in release build, any solution?
same here
Issue that breaks :
Lcom/googlecode/tesseract/android/TessBaseAPI;.onProgressValues(IIIIIIIII)V
this has fixed in below link
https://github.com/adaptech-cz/Tesseract4Android/commit/2ae13f3fd3c4009af37f0612d9b9ac5a62ab50e1
this needs to implemented in this plugin
waiting for author to fix this ...