Код: Выделить всё
android.applicationVariants.all { variant ->
variant.outputs.all { output ->
def newApkName = "Goods Tracker.apk"
outputFileName = newApkName
}
}
applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "Goods Tracker.apk"
}
}
√ Встроенный build\app\outputs \flutter-apk\app-release.apk
Подробнее здесь: https://stackoverflow.com/questions/791 ... in-flutter