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!