Anže Mavrič

Results 18 comments of Anže Mavrič

> Derp, wish I'd checked this comment before spending a few days solving the same problem. Here's what worked for me: https://github.com/shaqian/flutter_tflite/pull/235/files I have tried this fix, but I get:...

Could I ask how you trained your object detection model and then converted it? I have tried but since my TF version is 2.3.0 I cant import it in Flutter.

> > > I found the error. On IOS give the error `MissingPluginException(No implementation found for method scan on channel qr_scan)`, navigating on pods into ios code I found the...

Hello. I will try and implement a solution in the future, however, I have to rework the networking so it might take time. In the meantime, you can use something...

I would like to invite you to [Portarius discord server](https://discord.gg/CVYEkSwVWE), to help me test self-signed certificates.

I was facing the same issue on Android 12. Code: ```dart Future exportData() async { final String jsonString = jsonEncode(toJson()); // Create a temporary file final directory = await pathProvider.getTemporaryDirectory();...

Same issue. Has anyone found any temporary solutions?

Same issue. Works 'fine' in debug (also works in profile, just checked), but nothing is happening in release. ```dart AmbientMode(builder: (context, mode, child) { return mode == WearMode.ambient ? AmbientScreen(...

> Hey @rj76! Check my comment on this issue: [#133 (comment)](https://github.com/am15h/tflite_flutter_plugin/issues/133#issuecomment-1118419145) > > In short: > > 1. Make sure you have the same preprocessing as in your python code....