Arvind Sangwan
Arvind Sangwan
Hi @pbeccegato and @AmitGupta3Frames, I'm working on a new version of the ai_barcode_scanner package and will release it soon.
Hi @Pablo-Aldana Ensure that your app has permission to access the camera.
Hi @Mujahid689 use the latest version ai_barcode_scanner: ^5.1.1
Hey @DJohnFarley , thanks for creating an issue. Let me look into this and I'll let you know.
Hi @DJohnFarley The latest version of this package has been released: `ai_barcode_scanner: ^3.4.3`. Let me know if you are still facing this issue.
I appreciate you creating the issue, @pbeccegato I'll look into it and update in the next version.
Hi @pbeccegato, The latest version of this package has been released: `ai_barcode_scanner: ^3.4.3`. Let me know if you are still facing this issue.
Here example of how you get street, locality, city, state, country & postal-code. ``` latitude: locationResult.geometry.location.lat, longitude: locationResult.geometry.location.lng, fullAddress: locationResult.formattedAddress ?? '', street: locationResult.addressComponents .firstWhere( (element) => element.types.contains('street_number'), orElse: ()...
Hi @Bylinkk I will update it as soon as possible. Could you please elaborate on your problem?
Hey @Bylinkk , this is caused by [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). - Use a proxy server e.g [cors-anywhere](https://github.com/Rob--W/cors-anywhere) - Run the app in Chrome with [disabled security](https://alfilatov.com/posts/run-chrome-without-cors/)