cdd8cefb27
ci / 📄 License Check (push) Has been cancelled
ci / ✅ Semantic Pull Request (push) Has been cancelled
ci / 🔤 Check Spelling (push) Has been cancelled
ci / 👀 Detect Changes (push) Has been cancelled
Shorebird CI / changes (push) Has been cancelled
Shorebird CI / CSpell (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (${{ matrix.os }}) (push) Has been cancelled
ci / 🔎 Verify ${{ matrix.package }} (push) Has been cancelled
ci / ci (push) Has been cancelled
Shorebird CI / artifact_proxy (push) Has been cancelled
Shorebird CI / dex (push) Has been cancelled
Shorebird CI / discord_gcp_alerts (push) Has been cancelled
Shorebird CI / flutter_version_resolver (push) Has been cancelled
Shorebird CI / jwt (push) Has been cancelled
Shorebird CI / scoped_deps (push) Has been cancelled
Shorebird CI / shorebird_build_trace (push) Has been cancelled
Shorebird CI / shorebird_ci (push) Has been cancelled
Shorebird CI / shorebird_cli (push) Has been cancelled
Shorebird CI / shorebird_code_push_client (push) Has been cancelled
Shorebird CI / shorebird_code_push_protocol (push) Has been cancelled
Shorebird CI / shorebird_redis_client (push) Has been cancelled
Shorebird CI / stripe_api (push) Has been cancelled
Shorebird CI / required (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (push) Has been cancelled
27 lines
817 B
Markdown
27 lines
817 B
Markdown
# Flutter Versions
|
|
|
|
This workspace builds against the open Flutter fork configured in
|
|
`SHOREBIRD_FLUTTER_GIT_URL`, which defaults to:
|
|
|
|
```text
|
|
https://github.com/tony-cloud/flutter.git
|
|
```
|
|
|
|
Use `shorebird flutter versions list` to inspect versions known to the local
|
|
artifact mirror. Prefer passing `--flutter-version` explicitly to release
|
|
commands so releases and patches resolve the same engine artifacts.
|
|
|
|
## Supported Flutter Versions
|
|
|
|
Supported versions are the versions for which this workspace has built and
|
|
published matching engine artifacts into the configured artifact mirror. The
|
|
default mirror is:
|
|
|
|
```text
|
|
http://localhost:8080/artifacts
|
|
```
|
|
|
|
If a version is missing, build the matching custom engine artifacts in CI and
|
|
publish the generated mirror metadata before creating releases for that
|
|
version.
|