Fred Blair
Fred Blair
Same problem when using Kotlin 1.7.10 go to android/build.gradle and change ext.kotlin_version = '1.7.10' to ext.kotlin_version = '1.6.10' This fixed it for me.
If you add the line `debugPrint(outputTensors.toString()); ` just after the line `var outputTensors = getOutputTensors();` in the interpreter.dart file for the function runForMultipleInputs then you will see what is returned...
This happens in iOS as well.
I had a similar bug with it not working on the front (selfie) camera but when interestingly it resolved if I pressed the arrows inside the picture frame to increase...
I have an app which relies heavily on Google ML Kit which is in fact the only packages in the app which don't support arm64 (thank you @Lazizbek97 for your...