playstore-flutter
Installation
SKILL.md
Play Store Release — Flutter
Build a signed Android App Bundle (AAB) from a Flutter project, ready for Google Play Store.
Before You Start — Assess the Project
Ask these questions BEFORE touching any files:
-
Gradle DSL? Check
android/app/build.gradlevsbuild.gradle.kts.kts→ Kotlin DSL (Flutter 3.29+ default).gradle→ Groovy (legacy — do NOT convert during release prep)
-
Existing signing config? Search for
signingConfigsin the build file- Already exists → Verify it reads from
key.properties, don't duplicate - Missing → Add from scratch
- Already exists → Verify it reads from
-
Flavor setup? Search for
productFlavorsin the build file- Has flavors → Each flavor needs its own signing config or a shared one referenced by all
- No flavors → Single release config