shaqian / flutter_tflite

Flutter plugin for TensorFlow Lite
https://pub.dartlang.org/packages/tflite
MIT License
632 stars 404 forks source link

got this error when running flutter project #286

Open B20210125 opened 11 months ago

B20210125 commented 11 months ago

Error: MissingPluginException(No implementation found for method loadModel on channel tflite)

dequilla3 commented 9 months ago

make sure you've set your model correctly. Recheck your assets if there's misspelled or the path is correct. image

harshabhadra commented 4 months ago

ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method loadModel on channel tflite

I'm also getting the same error message while running android build. Is there any particular setting we need to do in build.gradle file of android?

mohamed3laily commented 3 months ago

ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method loadModel on channel tflite

I'm also getting the same error message while running android build. Is there any particular setting we need to do in build.gradle file of android?

hi, did you found a solution for this error?

sumn2u commented 2 weeks ago

I made some updates and created my own version, which I applied to my app.

You can find the updated version here.

mohamed3laily commented 2 weeks ago

Thanks, I'll check it out!

On Thu, Sep 12, 2024, 5:58 PM Suman Kunwar @.***> wrote:

I made some updates and created my own version, which I applied to my app https://www.dwaste.live/.

You can find the updated version here https://github.com/sumn2u/flutter_tflite.

— Reply to this email directly, view it on GitHub https://github.com/shaqian/flutter_tflite/issues/286#issuecomment-2346539299, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHDUGGESIPPBBMESOUZKYWDZWGTZBAVCNFSM6AAAAAA6U25JBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBWGUZTSMRZHE . You are receiving this because you commented.Message ID: @.***>