buildTypes {
release {
signingConfig = signingConfigs.debug
debuggable true <---- Delete this line and run flutter build apk again in the terminal
minifyEnabled true
shrinkResources true
}
}