Skip to content

Obfuscated Flutter code

Obfuscated Flutter code

Description

The flutter code is obfuscated, which limits detection capabilities.

Recommendation

To ensure the flutter code is fully analyzed, please disable obfuscation and rerun the scan.

You can disable obfuscation by re-compiling the application without --obfuscate when running flutter build

Standards

  • OWASP_MOBILE_TOP_10:
    • M7_2024