Flutter template with a committed starter app, doctrine-aligned governance, and core-gated CI.
- Stage: Draft | Active | Stable | Deprecated
- Owner:
- License:
- Visibility: Public | Private | Internal
- Reason:
- Promotion criteria to Public:
- A baseline Flutter repository template with a runnable
app/project. - A derived template from
repo-template-basewith Flutter-specific quality gates.
- Provide a ready-to-run Flutter baseline with consistent governance and CI quality bars.
- Click Use this template on GitHub to create a new repository.
- Rename package/module identifiers and update ownership metadata.
- Review
.env.exampleand update environment configuration for your target project. - Run validation and CI checks before first release.
- Flutter SDK (stable)
rg(ripgrep)
cd app
flutter pub get
flutter runcd app
flutter analyze
flutter testapp/Flutter application root (committed starter app)docs/project documentation and doctrine snapshotexamples/optional usage examplestools/helper scripts.github/issue templates and CI workflows
bash tools/validate-template.sh core
bash tools/validate-template.sh advisorySee CONTRIBUTING.md.