Saurabh Kumar

Results 30 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...

Giving support to change the icon tile height is also fairly important. Right now it's too rigid

any updates on this @brendan-duncan ?

A slightly different question, but how is it that its possible to make platform channel calls using [this](https://pub.dev/packages/flutter_background_service). Is it because background service spawns its own flutter engine(and consequently a...