flutterdartffmpegandroid-ffmpeg

How to reduce the app size after use of FFMPEG in flutter?


I'm current using ffmpeg_kit_flutter 4.5.1-LTS after that my app bundle size increase by 150mb and final bundle size is 250 mb.

Is there any way to reduce the app bundle size with FFMPEG.


Solution

  • You can reduce app size with Reducing the package binary size.

    Refer the Git discussion and issue.