On Android devices, launcher icons are generally 96×96, 72×72, 48×48, or 36×36 pixels (depending on the device), however Android recommends your starting artboard size should be 864×864 pixels to allow for easier tweaking.
Read moreHow can I tell how much space an app takes up on Android?
For example, you can find out how much space each of your apps takes up: In Storage, tap on Apps.
Read moreHow do I manage the size of my apps?
Reduce your app size
Read moreHow do I find out the size of an app?
Open Play Console and go to the App size page (Quality > Android vitals > App size).
Read moreWhy are Flutter apps big in size?
We can see that 95% of the app size is taken up by lib . … The command used to build the release app would have been flutter build apk –release . The analysis also tells us that the app is a fat apk that includes binaries for android-arm, android-arm64, android-x64.11 Nis 2020
Read moreAre Flutter apps large?
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 resize an APK file?
How to Reduce APK Size in Android?
Read more