Skip to content
Discussion options

You must be logged in to vote

Thanks and sorry for not looking onto the docs first 🤦‍♂️

Solution if anyone need that in the future - add a pre-build script:

flutter clean
dart pub cache add tflite_flutter --version "0.9.0"
dart pub cache repair
flutter pub get
sh install.sh
cd $HOME/.pub-cache/hosted/pub.dev/tflite_flutter-0.9.0/ios
wget https://github.com/am15h/tflite_flutter_plugin/releases/download/v0.5.0/TensorFlowLiteC.framework.zip
unzip TensorFlowLiteC.framework.zip
cd $HOME/clone/ios
pod install

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by maciejbrzezinski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants