test / unit + widget + golden + a11y (push) Failing after 26s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
test / dart doc (lib API) (push) Failing after 28s
The prior commit swapped Flutter→meta to keep dart-test compiling, but `meta` isn't a direct dep and `depend_on_referenced_packages` rightly flags the import. Adding meta as a top-level dependency would violate the prefer-zero-deps policy for what is purely a linter hint — the classes are already const with final fields, so dropping @immutable costs nothing at runtime and the analyzer never complained when the annotation was absent. Co-Authored-By: Claude <noreply@anthropic.com>