Florian V
Florian V
If providing both options in the qrCodeCallback is a valid option, I would not mind to implement this and provide a PR for this
Can you try to use my [fork](https://github.com/rmtmckenzie/flutter_qr_mobile_vision/compare/master...vgtle:master) and see if it fixes your issues? The reason could be because the package internally uses `getRawValue()` instead of `getDisplayValue()`. I wrote about...
The solution is to set the version for tflite in the podfile/podfile.lock to 2.2.0. It looks like version 2.9.x is not supported yet by this flutter plugin
This would be a great feature. Are there any plans of implementing this? Or any ways to contribute to this?
I had issues with android, where I got a white screen. Turned out, I need to add `Game view` to the generated strings.xml file. I am still looking for the...
Yes that is what I did now. I don't know why this happens now. The only thing I did was upgrading unity and the ar packages. Before it was working...