the download size of a minimal Flutter app (no Material Components, just a single Center widget, built with flutter build apk –split-per-abi ), bundled and compressed as a release APK, to be approximately 4.3 MB for ARM, and 4.6 MB for ARM 64 .
Read moreCan we reduce flutter app size?
A basic flutter “Hello World” app will be approximately 10mb in iOS and 4mb in Android . This cannot be smaller because of the runtime and LICENSE etc. This will prevent your code from reverse engineering as well as remove debug symbols which will help in reducing the app size.2 Mar 2018
Read moreHow can I see the size of my apps?
Open Play Console and go to the App size page (Quality > Android vitals > App size).
Read moreAre flutter apps big?
A basic flutter “Hello World” app will be approximately 10mb in iOS and 4mb in Android . This cannot be smaller because of the runtime and LICENSE etc.2 Mar 2018
Read moreHow do I manage app size in flutter?
Some of the other things you can do to make your app smaller are:
Read moreHow do I reduce the size of my apk flutter?
For splitting the apks, we run the command flutter build apk –split-per-abi . This should reduce the app size significantly.11 Nis 2020
Read moreHow do you measure the size of apps?
Open Play Console and go to the App size page (Quality > Android vitals > App size).
Read more