What problem does it solve?
Building and maintaining separate native iOS and Android mobile codebases is redundant, costly, and creates consistency gaps across platforms. This skill eliminates that overhead by providing a pre-configured cross-platform Flutter skill pack that generates a single, production-ready codebase targeting both iOS and Android, with all platform-specific configuration, compliance, and store submission assets handled automatically.
Core Features & Use Cases
- Single Codebase Generation: Produces a Flutter 3.22+/Dart 3.4+ project that builds natively for both iOS (ios-arm64) and Android (android-arm64-v8a) from one render, with shared package ID, Riverpod 2 state management, and go_router 7 navigation.
- Built-in Platform Integrations: Includes pre-wired Firebase Cloud Messaging (FCM/APNs) push notifications and in-app purchase bridges for StoreKit 2 and Play Billing, with no manual SDK configuration required.
- Compliance & Submission Ready: Automatically generates platform-specific signing placeholders, App Store Connect and Google Play submission metadata, and P6 privacy compliance bundles that pass validation for both platforms out of the box.
- Use Case: A mobile product team launching a new consumer app can use this skill to generate a fully scaffolded, compliant project in minutes, rather than setting up and maintaining two separate native codebases with duplicated business logic.
Quick Start
Use the skill-flutter pack to render a production-ready cross-platform Flutter app by providing your project name, reverse-DNS package ID, and toggles for push notifications, in-app purchases, and compliance requirements.