What problem does it solve?
This Skill streamlines the complex process of building, signing, and deploying Flutter applications to the Google Play Store, reducing manual errors and saving significant time.
Core Features & Use Cases
- Keystore Management: Guides through creating and configuring secure keystores for app signing.
- Build Configuration: Provides clear instructions for setting up
build.gradle for release builds, including product flavors.
- Release Management: Details how to use Google Play Console tracks (internal, closed, open, production) and implement staged rollouts.
- Automation: Integrates with Fastlane for automating build and deployment pipelines, and provides a GitHub Actions CI/CD example.
- Use Case: You've completed your Flutter app's development and need to prepare it for release on the Google Play Store. This Skill will guide you through generating the necessary signing keys, configuring your app's build settings, and uploading your app bundle to the correct release track.
Quick Start
Use the deploying-flutter-android skill to generate an upload keystore using the provided bash command.