utils/constants library
Constants
- helpMessage → const String
-
The help message that will be displayed if the user runs
inno_build -h
. - welcomeMessage → const String
-
The welcome message that will be displayed when the user runs
inno_build
.
Properties
- assetsPath → String?
-
The path to the assets directory.
no setter
- innoCompilerPath ↔ String
-
The path to the Inno Setup compiler.
getter/setter pair
- innoSetupInstallerPath ↔ String
-
The path where the
innosetup-6.3.3.exe
file will be downloaded.getter/setter pair - innoSetupUrl ↔ String
-
The URL from which to download the Inno Setup installer.
getter/setter pair
- programfilesDir ↔ String
-
The path to the "Program Files (x86)" directory.
getter/setter pair
- tempDir ↔ String
-
The path to the temporary directory.
getter/setter pair
- vcRedistExe ↔ String
-
The name of the
vc_redist.x64.exe
file.getter/setter pair - vcRedistPath ↔ String
-
The path where the
vc_redist.x64.exe
file will be downloaded.getter/setter pair - vcRedistUrl ↔ String
-
The URL from which to download the Visual C++ 2015-2022 Redistributable.
getter/setter pair
- windowsRunnerPath → String
-
The path where the Flutter Windows application will be built.
final