Luis
Luis
Try with this [google_maps_apis](https://pub.dev/packages/google_maps_apis) which is a fork of this package but with some improvements and bug fixes, including the PlaceDetails fields which are up to date with Google docs.
A solution here [PR-118](https://github.com/lejard-h/google_maps_webservice/pull/118)
No it doesn't handle the session token automatically, you have to do that on your end. The analysis issue is due to the amount of time without a new version...
Hi, I had forked this repo long time ago to fix some issues and kept using it directly from my fork waiting for the PR to be merged and sadly...
Not enough data to help you, check the example project.
It only happens on release because R8 is an optimization tool that only takes place on release unless you manually specify it for debugs. You have to check your gradle...
Hi 0- For supporting newer models , you just have to update the `DataCollection.aar` deependency, check [Issue 8](https://github.com/luis901101/honeywell_scanner/issues/8) 1- Yes, you're welcome 2- Not sure, you have to check the...
Start scanning uses property `TRIGGER_SCAN_MODE_CONTINUOUS`, so what this does is just to start scanning and wait for something to scan. When you use the physical button you override this behavior...
I have not tested that use case, anyway you can try with DataWedge for external scanner
Hi, try to run example project from plugin and compare each part with your project. Also try a `./gradlew clean` and build again. According to your logs, for some reason...