Thanks @Sayak for the mention.
Hello Thierno,
I have some experience with flutter deployment. I didn’t experience any issues for my particular deployment with flutter. At that time, the flutter plugin for TFLite was limited but now there are many options in flutter to deploy different types of models, not just computer vision related model.
I deployed few computer vision related models using
TFLITE plugin. Now there is also a new plugin, haven’t checked out this
TFLite_Flutter plugin yet but it seems promising as it allows us to play with input and output shapes giving us flexibility to play with different types of model.
Flutter is really nice when it comes to cross platform app development and its really easy to integrate TFLITE with flutter apps. I would suggest you to give it a try.
Here is the repo that contains source-code for TFLITE models which uses flutter for deployment.
Good Luck!
Regards,
Kshitiz