where is .so in flutter

66 Views Asked by At

I didn't find the 'lib' folder and '.so' files in my Flutter application. What could be the issue?

I decompiled some Flutter apps and didn't find any .so files.

In theory, Flutter-developed apps should have 'libflutter.so' representing the Flutter engine and 'libapp.so' representing Dart code. But why are they missing?

0

There are 0 best solutions below