Skip to content

app

Build your Flutter app as an OpenHarmony APP package. The APP format is the distribution package for OpenHarmony applications, used for publishing to OpenHarmony app stores and installing on OpenHarmony devices.

Requirements

  • Flutter SDK with OpenHarmony (OHOS) toolchain configured
  • OpenHarmony SDK and development environment set up
  • Release certificate and profile for OpenHarmony distribution

Usage

Run:

shell
fastforge package --platform ohos --targets app

Build Arguments

Common build_args for OpenHarmony builds:

ArgumentDescription
dart-defineDart environment variables
flavorBuild flavor (e.g., dev, prod)

Released under the MIT License.