Store and CI deployment for this starter are templates: workflows default to manual (workflow_dispatch) until you uncomment triggers and add secrets.
| Topic | Location |
|---|---|
| GitHub Actions | .github/workflows/deploy-android.yml, .github/workflows/deploy-ios.yml, .github/workflows/deploy-web.yml, .github/workflows/build.yml |
| Fastlane (local / lane reference) | fastlane/README.md |
| Android credentials & Play upload | Android deployment |
| iOS signing & App Store Connect | iOS deployment |
| Release checklist | Deployment summary |
- Fork/rename the app (Fork and customize).
- Configure signing, bundle IDs, and store API keys (see Android / iOS pages above).
- Open the workflow you need in GitHub Actions and use Run workflow (or enable
push/tagstriggers in the YAML when ready).
- Configuration —
BASE_URL, flavors, anddart-define. - Security implementation — obfuscation, pinning, release hardening.