How to solve MissingPluginException(No implementation found for method loadModel on channel tflite) in flutter?
MissingPluginException (MissingPluginException(No implementation found for method loadModel on channel tflite)) I have stuck withh flutter and tflite : loadModel() async { await Tflite.loadModel( model: 'assets/model_unquant.tflite', labels: 'assets/labels.txt', ); } I used latest version tflite: ^1.1.2 I try downgrade but not…