My Flutter application bundle contains native libraries, libapp.so and libflutter.so, each around 8-9MB. How can I find what is contributing to size of those files or which dependencies they're coming from?
libflutter.so (the flutter engine)
libapp.so (your code).
Flutter is a portable UI tool kit, means everything that flutter depends upon must be included with in the APK file. So every flutter will have those mentioned .so files.
The mentioned .so files includes Dart language dependency, skia engine, flutter framework, platform related native code etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With