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 you reduce flutter app size and obfuscation?
Reducing app size The larger an app, the more space it requires on a device, the longer it takes to download, and it may break the limit of useful features like Android instant apps. When building a release version of your app, consider using the –split-debug-info tag . This tag can dramatically reduce code size.
Read moreHow do I know the size of my flutter app?
How to open Dev Tools in android studio.
Read moreHow do I optimize my flutter app?
Performance improvements for mobile apps in Flutter
Read more