Flutter Analyze
This component runs the flutter analyze
command in your Flutter project. Please note that it requires the Flutter SDK.
Prerequisites
Before running the Flutter Analyze step, you must complete certain prerequisites, as detailed in the table below:
Prerequisite Workflow Step | Description |
---|---|
Git Clone | This step will clone your project through the connected Git provider and create the $AC_REPOSITORY_DIR variable. |
Flutter Install | This step will install the Flutter SDK release. If the version is not specified, it will install the latest stable version. |
This step is particularly dependent on the Flutter Install step. If the Flutter SDK is not installed, the step will give an error that the required command was not found.
Input Variables
This step contains some input variable(s). It needs these variable(s) to work. The table below gives explanation for this variable(s).
Variable Name | Description | Status |
---|---|---|
$AC_FLUTTER_PROJECT_DIR | This parameter is used as the repository path. This path is created immediately after the Git Clone step. If the Git Clone step is not used, this path cannot be found. | Required |
$AC_FLUTTER_ANALYZE_EXTRA_ARGS | You can use this parameter if you want to add an extra parameter to the build command line. | Optional |
To access the source code of this component, please use the following link: