tflite_flutter_plugin
tflite_flutter_plugin copied to clipboard
Include blobs directory in desktop build
I am currently building my application for desktop and I noticed that the blobs directory is not included in the build.
The simple fix for builds is to just copy the blobs directory to the release / debug folder.
Howeve I am also facing this issue during running my tests. The interpreter does not exist and thus my tests fail. Where do i need to copy the blobs folder so that the TFLite interpreter is availabe during my tests?
same issue on mac
I figure out a workaround see #199.