We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi , I get this issue and sadly i have no idea how to solve it. Thanks in advance.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method loadModel on channel tflite) E/flutter (25262): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7) E/flutter (25262): E/flutter (25262): #1 Tflite.loadModel (package:tflite/tflite.dart:15:12) E/flutter (25262): E/flutter (25262): #2 _ObjectRecognitionHomePageState.loadModel (package:in_sight/core/modules/object_recognition/object_recognition_home_page.dart:99:5) E/flutter (25262): E/flutter (25262):
The text was updated successfully, but these errors were encountered:
@GiannosP14 did you find any fix for this?
Sorry, something went wrong.
@ardeshir-33033 Hi, sadly no. I think I ended up using another similar package...
I made some updates and created my own version, which I applied to my app.
You can find the updated version here.
No branches or pull requests
Hi , I get this issue and sadly i have no idea how to solve it. Thanks in advance.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method loadModel on channel tflite)
E/flutter (25262): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
E/flutter (25262):
E/flutter (25262): #1 Tflite.loadModel (package:tflite/tflite.dart:15:12)
E/flutter (25262):
E/flutter (25262): #2 _ObjectRecognitionHomePageState.loadModel (package:in_sight/core/modules/object_recognition/object_recognition_home_page.dart:99:5)
E/flutter (25262):
E/flutter (25262):
The text was updated successfully, but these errors were encountered: