Flutter Install
This workflow step installs the specified Flutter SDK to run the Flutter CLI for subsequent analysis, build, and test operations. The Flutter version can be specified in Configuration.
All Flutter versions and detailed information can be found in the Flutter repository.
Prerequisites
These steps depend on Flutter installation and can only be used after the Flutter Install step:
The steps specified in the table are steps dependent on the Flutter Install step. If Flutter Install is not used before these steps, these steps will give a Flutter SDK not found error.
Input Variables
You can find all the parameters required for this step in the table below, with their descriptions in detail.
Variable Name | Description | Status |
---|---|---|
$AC_SELECTED_FLUTTER_VERSION | Specifies the Flutter version to install. Defaults to: stable . The version you set in the Configuration section will override this setting. | Optional |
If no specific version is specified, this step will automatically install the latest stable version released by Flutter.
Output Variables
Variable Name | Description |
---|---|
PATH | PATH variable that adds the Flutter tool to your workflow. |
To access the source code of this component, please use the following link: