Packagers
July 18, 2026 · View on GitHub
English | 简体中文
This section organizes Fastforge packaging capabilities by platform. Each platform page describes currently connected build systems, output formats, and environment requirements.
Platforms
| Platform | Formats | Current package integration |
|---|---|---|
| Android | APK, AAB | Gradle |
| iOS | IPA | Xcode (package action) |
| macOS | DMG, PKG, ZIP | Xcode (package action), Flutter Builder |
The repository also contains packagers for Linux, Windows, Web, and OpenHarmony, but fastforge package does not yet expose those paths through the CLI. This section provides detailed pages only for platforms and formats that can currently be verified.
Important
In Flutter projects, fastforge package currently supports only the three macOS formats. The Android and iOS package paths apply only to native projects without pubspec.yaml. See the builder overview for builder selection rules.
Choosing a Command
- To produce a distributable format, prefer
fastforge package. - To produce only a raw Flutter artifact, use
fastforge build. - For multiple tasks, custom output directories, or publishing, use
fastforge workflow.
See Packaging for the general process, options, and hooks.