tflite_flutter_plugin icon indicating copy to clipboard operation
tflite_flutter_plugin copied to clipboard

Include blobs directory in desktop build

Open CaptainDario opened this issue 3 years ago • 2 comments

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?

CaptainDario avatar Mar 10 '22 09:03 CaptainDario

same issue on mac

ash0080 avatar May 23 '22 05:05 ash0080

I figure out a workaround see #199.

CaptainDario avatar Oct 08 '22 08:10 CaptainDario