fix: derive Flutter image tag from .fvmrc to prevent version mismatch #405

Merged
guettlibot merged 3 commits from refs/pull/405/head into main 2026-06-04 15:35:09 +00:00
3 Commits
Author SHA1 Message Date
guettli 23c562c7c4 Merge branch 'main' into issue-396-single-source-flutter-version 2026-06-04 08:04:59 +02:00
guettli b30194786f Merge branch 'main' into issue-396-single-source-flutter-version 2026-06-04 07:52:21 +02:00
Thomas SharedInbox 31c412debe fix: derive Flutter image tag from .fvmrc in ci/main.go
New() now reads and parses .fvmrc at Dagger module init time, stores the
version in Ci.FlutterVersion, and toolchain() builds the container image
tag from that field. Graph() also uses the live value. Eliminates the
separate hardcoded string that caused the 3.44.0/3.44.1 mismatch in #394.

Closes #396
2026-06-04 06:22:57 +02:00