Release Checklist banner
thebirthdaygirl thebirthdaygirl

Release Checklist

Development community

Description

Run the pre-release checklist before submitting to the App Store or Play Store. First, read: - `pubspec.yaml` — version number and build number - `CHANGELOG.md` or `docs/templates/release-notes.md` if present - `ios/Runner/Info.plist` — permissions and usage descriptions - `android/app/src/main/AndroidManifest.xml` — permissions Then run through this checklist and report status for each item: **BOTH PLATFORMS** - [ ] Version number bumped in pubspec.yaml - [ ] Build number incremented (always

Installation

Installs to ~/.claude/commands/thebirthdaygirl-flutter-factory-release-checklist.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/thebirthdaygirl/flutter-factory/HEAD/.claude/commands/release-checklist.md -o ~/.claude/commands/thebirthdaygirl-flutter-factory-release-checklist.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository