generate_flutter_cicd_pipeline
Generate production CI/CD pipelines for Flutter apps, with split APK builds, keystore signing, Windows MSIX packaging, and Fastlane deployment lanes.
Instructions
Generates production multi-platform GitHub Actions workflows for Flutter with Split-per-ABI signed APKs, automated 'gh secret set' keystore script, Windows MSIX packaging with self-signed test certificates, and Fastlane.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | Yes | Project name. | |
| enableFastlane | No | Generate Fastlane release lanes for TestFlight & Play Store. | |
| enableWebDeploy | No | Enable Flutter Web build step. | |
| targetPlatforms | No | ||
| enableWindowsMsix | No | Build and sign Windows MSIX with a test certificate. | |
| enableSplitPerAbiApk | No | Build split per ABI release APKs (armeabi-v7a, arm64-v8a, x86_64). |