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 check the size of my flutter app?
How to open Dev Tools in android studio.
Read moreHow do I check the size of my flutter app?
How to open Dev Tools in android studio.
Read moreHow can I reduce my app size?
Below are the 8 best ways to reduce android app size:
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 more