hms-flutter-plugin
hms-flutter-plugin copied to clipboard
Any way to reduce app size?
For testing I installed these 2 packages:
huawei_ml_image: ^3.7.0+300
image_picker: ^0.8.6
And added segmentation example from segmentation_example.dart and build app using:
flutter build apk --split-per-abi
and this was the size of app after build:
Is there any way to reduce app size?