Install
openclaw skills install neo1307-flutter-release-pipelineBuild and package Flutter Android release artifacts (APK/AAB), collect outputs into a single folder, and produce a short release checklist. Use when the user asks to build APK/AAB, prepare a Play Store release, bump version, gather mapping/symbols, or generate a deterministic release folder for sharing.
openclaw skills install neo1307-flutter-release-pipelineflutter --version works.pubspec.yaml.flutter build appbundle --releaseflutter build apk --release (optionally --split-per-abi)out/flutter_release_<timestamp>/ and copy:build/app/outputs/flutter-apk/*.apk (if APK build)build/app/outputs/bundle/release/*.aab (if AAB build)build/app/outputs/mapping/release/mapping.txt (if present)pubspec.yaml (snapshot)Run (PowerShell):
powershell -ExecutionPolicy Bypass -File scripts/flutter_release.ps1 -Project "<path>" -Mode aab|apk -SplitPerAbi:$false