Updated on 2026-01-08 GMT+08:00

Using Flutter for Build

In this action, you build Android applications with Flutter.

Graphical Build

Add Build with Flutter, when configuring build actions.

The parameters are described in the following table.

Parameter

Description

Action Name

Name of a build action. It can be customized.

Flutter

Region name.

JDK

JDK file name.

NDK

NDK file name.

Commands

Commands to be run.

Code-based Build

1
2
3
4
5
6
7
8
9
version: 2.0 # The value must be 2.0.
steps:
  BUILD:
    - flutter:
       inputs:
          flutter: region
          jdk: '3333'
          ndk: '23.1.7779620'
          command: ./instrumented.apk

Parameter

Type

Description

Mandatory

Default Value

flutter

String

Region name.

Yes

None

jdk

String

JDK file name.

Yes

None

ndk

String

NDK file name.

Yes

None

command

String

Commands to be run.

Yes

None