Hello
I was using flutter_sound version 2.1.1 and it my apk size was about 39.6 Mb, then by updating flutter_sound package to version 7.6.5+1 my apk size increased to 104 Mb
It's not acceptable
Is it just the new package size or can I decrease it?
Size increase is a big problem. What causes it?
Size increase is a big problem. What causes it?
I don't know. what I do know for sure is when I remove flutter_sound dependency from pubspec.yaml and comment out related codes it decreased to 39 Mb, so I guess it's the flutter_sound package
Have you tried using the lite flavour? That one is a lot smaller iirc.
same issue , it was 33MB before adding the package and its 98MB now
I would really like to know if there is a solution for this! It seems to be a big problem
I couldn't find a solution, so I rollback to the old version
lite version solved this problema for me. Install It, import only packages you need and voilà! App size returned to normal
I'm facing similar issues, APK size bump from 26MB to 110MB