aab
Build your Flutter app as an Android App Bundle (AAB) for Google Play Store distribution. The AAB format is the recommended publishing format for Android apps, as it allows Google Play to generate optimized APKs for different device configurations (screen density, CPU architecture, language, etc.).
Requirements
- Flutter SDK installed with Android toolchain configured
- Java Development Kit (JDK) 11 or newer
Usage
Run:
fastforge package --platform android --targets aabBuild Arguments
Same as APK builds — see the apk page for common build arguments, such as flavor, target-platform, and dart-define.
