Skip to main content

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.

info

All Flutter versions and detailed information can be found in the Flutter repository.

Prerequisites

caution

These steps depend on Flutter installation and can only be used after the Flutter Install step:

warning

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 NameDescriptionStatus
$AC_SELECTED_FLUTTER_VERSIONSpecifies the Flutter version to install. Defaults to: stable. The version you set in the Configuration section will override this setting.Optional
caution

If no specific version is specified, this step will automatically install the latest stable version released by Flutter.

Output Variables

Variable NameDescription
PATHPATH variable that adds the Flutter tool to your workflow.

To access the source code of this component, please use the following link:

Preview of GitHub - appcircleio/appcircle-flutter-install-component: Appcircle Flutter Install