flutter_build_helper library

Constants

APK_FLAG_ARG → const String
NO_AAB_FLAG_ARG → const String
OUTPUT_PATH_ARG → const String
VERSION_ARG → const String

Functions

build(BuildParams arg) → void
buildForAndroid(BuildParams arg) → void
getHomePath() String?
parseAndValidateBuildParams(List<String> arguments) BuildParams
updateLineInFile(String filePath, String lineStartsWith, String replaceBy) Future