Some of the other things you can do to make your app smaller are:
Read moreHow do I check the size of my app in flutter?
How to open Dev Tools in android studio.
Read moreHow do I manage app size?
Below are the 8 best ways to reduce android app size:
Read moreWhat is the use of size tool?
What is it? The app size tool allows you to analyze the total size of your app . You can view a single snapshot of “size information” using the Analysis tab, or compare two different snapshots of “size information” using the Diff tab.
Read moreWhat is the average app size?
Of all mobile apps published on the app stores, the average Android app file size is 11.5MB . And the average iOS app file size is 34.3MB.
Read moreHow do I analyze an APK file?
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.15 Eyl 2021
Read moreHow do you obfuscate a flutter?
Obfuscation of an app: There is a simple procedure for obfuscation of the flutter app, you only need to run the build command for the release version using the –obfuscate flag combined with the –split-debug-info flag . Once you’ve obfuscated your binary, save the symbols file.27 Eki 2020
Read more