2026 Flutter & App Release Checklist Generator
Stop deleting irrelevant items from a generic list. Choose Flutter, iOS, Android, a first launch or update, and the account and purchase features in your app. The generator returns only the release checks that apply.
Input stays in this tab. There is no login, form-data upload, or localStorage. The Markdown download is generated in your browser. Never enter review passwords, tokens, or personal data.
Current 2026 floors: Apple requires Xcode 26 and the applicable 26 SDK or later for submissions starting April 28, 2026. Google Play requires mobile new apps and updates to target Android 16 / API level 36 or later starting August 31, 2026. Native Android SDKs also need recorded 16 KB page-size compatibility evidence. Policies change, so re-open the official documentation on submission day.
What the generated checklist covers
- Flutter analyze, test, and build
- Artifact and version identity
- iOS and Android build floors
- Store listing and Data safety
- Privacy, login, and deletion
- Review access and notes
- Purchases, refunds, and notifications
- Real devices, test tracks, and rollback
Configure this release
What does Flutter mode add?
Flutter mode adds evidence for the exact toolchain, static analysis, tests, and platform artifacts. A successful flutter build appbundle is not the finish line: verify the signed AAB and the build delivered by Play. For iOS, inspect the archive and IPA from flutter build ipa for the intended Bundle ID, flavor, version, build number, and export method.
flutter --version
flutter doctor -v
flutter analyze
flutter test
flutter build appbundle # Android
flutter build ipa # iOS
How to avoid a false green checklist
Check an item only when you have evidence. Uploading an AAB is not proof that the Play-delivered build installs. Entering a server-notification URL is not proof that a refund removes an entitlement. Read the full 2026 App Store and Google Play submission guide for the applicability boundaries and the ten-review-cycle case behind this tool.