you are using some native code inside your application(your own app code or maybe the libraries), hence the libs folder and the . so(shared object) files are getting generated. you can’t escape from this.
Read moreWhy is my apk size so big?
you are using some native code inside your application(your own app code or maybe the libraries), hence the libs folder and the . so(shared object) files are getting generated. you can’t escape from this.
Read moreHow do you release the flutter app?
From the command line:
Read moreHow do you use obfuscation on Android?
How To Obfuscate In Android With ProGuard
Read moreHow do I reduce the size of my apps on Android?
Reduce your 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 more