edufolly / flutter_mobile_vision

Flutter implementation of Google Mobile Vision.
MIT License
455 stars 168 forks source link

App crash when scan button pressed #49

Closed abelayalew closed 4 years ago

abelayalew commented 4 years ago

i build the example app and it launches but when i press the scan button the app crashs

edufolly commented 4 years ago

Could you send the log of the crash and flutter doctor -v output?

abelayalew commented 4 years ago

image image

this are the crush log

abelayalew commented 4 years ago

image

and 'flutter doctor -v' output

edufolly commented 4 years ago

I saw an error in the plugin README.md.

I'll try to change the package name but you can use this version adding this line to AndroidManifest.xml:

<activity android:name="io.github.edufolly.flutter_mobile_vision.barcode.BarcodeCaptureActivity" />

edufolly commented 4 years ago

Package updated. Try to use version 0.1.4+1. If you have further questions, please open a new issue. Thanks for your support.

abelayalew commented 4 years ago

now it works thanks!