Visibility of Flutter Code in a Decompiled Android APK | by Todd B. Smith | Feb, 2025
When a native Android app embeds a Flutter module, the Flutter portion is packaged differently from standard Java/Kotlin code. In a default Flutter build without ProGuard/R8 or Dart obfuscation, certain parts of the Flutter code and assets remain visible (or recoverable) after decompiling the APK. Below are the key findings on what can be seen … Read more