flutter_vlc_player
flutter_vlc_player copied to clipboard
release version app is very large size
i added some packages app size increased to 40 MB why just by adding flutter_vlc_player my app increased to 116 MB id don't want to split app per ABI
is there a way to solve this?
Same question, my APK increased from 30 MB to 100 MB after adding this package. Any solutions for this case?
Did anyone find a solution to this?
flutter build apk --release --split-per-abi --target-platform android-arm,android-arm64
use this command