While obfuscation is an important security measure that will help protect apps against reverse engineering and intellectual property theft, this security measure alone is not enough to fully protect your apps from malware and real-world attack scenarios .
Read moreHow do I resize my flutter app?
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 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 moreWhat is the size of flutter?
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 more