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 moreHow do you analyze the size of a flutter app?
The size analysis tool is invoked by passing the –analyze -size flag when building: flutter build apk –analyze-size. flutter build appbundle –analyze-size. flutter build ios –analyze-size.
Read moreWhat is the average size of a flutter app?
A basic flutter “Hello World” app will be approximately 10mb in iOS and 4mb in Android.2 Mar 2018
Read moreHow do you analyze app size?
Drag an APK or app bundle into the Editor window of Android Studio. Switch to the Project perspective in the Project window and then double-click the APK in the default build/output/apks/ directory. Select Build > Analyze APK in the menu bar and then select your APK or app bundle.
Read moreHow do I optimize my flutter app?
Performance improvements for mobile apps in Flutter
Read more