79162752

Date: 2024-11-06 13:19:47
Score: 1
Natty:
Report link
 buildTypes {
        release {
            signingConfig = signingConfigs.debug
            debuggable true <---- Delete this line and run flutter build apk again in the terminal
            minifyEnabled true
            shrinkResources true
        }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: codeaybu