Saurabh Kumar

Results 7 comments of Saurabh Kumar

Any updates on this? Would love to see this feature

> Thanks for the information. I was calling the getCurrentPosition() in a method to send current location to server. Instead, I used a workaround to store the last known position...

iOS has a bad habit of keeping the old splash screen as a system cache. Simply uninstalling the app will not fix it. Either restart or clear your device cache

I recently got the same error in Android 10, which is weird. Did anyone else experienced the same? As in, this error replicating in android 7+?

The link doesn't work Can you show a minimal reproducible example?

I don't think you need to do that step. After `_interpreter.allocateTensors()`; `interpreter.getOutputTensor` should work fine.

For faster tensor operation on images you can use this [library](https://pub.dev/packages/tflite_flutter_helper). Its discontinued but still works(just fork it in your personal github) with images 3.0.0. I have done a speed...