flutter assemble
Assemble and build Flutter resources
Options
Name | Description |
---|---|
-h, --help | Print this usage information |
-v, --verbose | Noisy logging, including all shell commands executed. If used with --help, shows hidden options |
-d, --device-id <device id> | Target device id or name (prefixes allowed) |
--suppress-analytics | Suppress analytics reporting when this command runs |
-d, --define | Allows passing configuration to a target with --define=target=key=value |
--performance-measurement-file | Output individual target performance to a JSON file |
-i, --input | Treat warning level issues as fatal |
--depfile | A file path where a depfile will be written. This contains all build inputs and outputs in a make style syntax |
--build-inputs | A file path where a newline separated file containing all inputs used will be written after a build. This file is not included as a build input or output. This file is not written if the build fails for any reason |
--build-outputs | A file path where a newline separated file containing all outputs used will be written after a build. This file is not included as a build input or output. This file is not written if the build fails for any reason |
-o, --output | A directory where output files will be written. Must be either absolute or relative from the root of the current Flutter project |
--ExtraGenSnapshotOptions | |
--ExtraFrontEndOptions | |
--DartDefines | |
--resource-pool-size | The maximum number of concurrent tasks the build system will run |