mintware-de / flutter_barcode_reader

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

com.apptreesoftware.barcodescan.BarcodeScannerActivity #97

Closed blackmakerblm closed 4 years ago

blackmakerblm commented 5 years ago

my xml file can't resolve the following and when i ignore the error and hot reload my flutter app when i click on scan i have the following exception not found method ...on chanel com.apptreesoftware.barcode_scan

OsmiPotnik commented 5 years ago

Are you using Visual Studio Code? Assuming you have the same issue I have, I fixed it by going into the project folder and deleting the build folder and then rebuilt my app again. This fixed the error and the camera opened. I suspect rebuilding the project should work in other IDEs aswell.

hehuapei commented 5 years ago

Are you using Visual Studio Code? Assuming you have the same issue I have, I fixed it by going into the project folder and deleting the build folder and then rebuilt my app again. This fixed the error and the camera opened. I suspect rebuilding the project should work in other IDEs aswell.

It works! thanks!

miguelgalindez commented 5 years ago

it also worked for me! Thank you very much!

UtkarshChandel commented 4 years ago

Are you using Visual Studio Code? Assuming you have the same issue I have, I fixed it by going into the project folder and deleting the build folder and then rebuilt my app again. This fixed the error and the camera opened. I suspect rebuilding the project should work in other IDEs aswell.

Thanks @OsmiPotnik was stuck on this for hours.

UtkarshChandel commented 4 years ago

this Closes #97