What to build
Unformatted Dart should fail the PR, matching the existing cargo fmt --check gate for Rust. There is currently no Dart formatting check in CI, so dart format drift can land unnoticed.
Acceptance criteria
Blocked by
None — can start immediately.
What to build
Unformatted Dart should fail the PR, matching the existing
cargo fmt --checkgate for Rust. There is currently no Dart formatting check in CI, sodart formatdrift can land unnoticed.Acceptance criteria
dart format --output=none --set-exit-if-changed .(or equivalent) and fails on unformatted code.main(one-time reformat commit if needed).Blocked by
None — can start immediately.