Flutter google_ml_kit - how to keep only the text recognition module

48 views Asked by At

I've downloaded Google's machine learning kit example.

My app only requires the text recognition module, so I'd like to remove the code for all the other features (barcode scanning, face recognition, etc.). How can I do that without breaking the example code? I'm using Visual Studio Code, and I'm new to to Flutter/Dart.

Thanks!

0

There are 0 answers