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 app bundle flutter?
flutter build appbundle. builds the ‘app bundle’ that is uploaded to the Google Play store. The app bundle is basically a bundle of apk files . When a user installs your app, Google Play will serve the optimal apk to the device. The app bundle is compressed into a aab file (Android app bundle).
Read moreIs App bundle better than APK?
Android App Bundle: Google Play uses the app bundle to generate and optimize APKs for distribution for different device configurations and languages. This makes your app smaller (on average, 15% smaller than a universal APK) and faster to download, which can lead to more installs and fewer uninstalls .
Read moreCan I use Xcode for Flutter?
Install Xcode To develop Flutter apps for iOS, you need a Mac with Xcode installed . Install the latest stable version of Xcode (using web download or the Mac App Store). This is the correct path for most cases, when you want to use the latest version of Xcode.
Read more