name: fmt description: Formats all code in this repo using dart format. Use when the user asks to format code, fix formatting, or before committing changes.
Format
Format all code in this repo.
Steps
- Run
make fmt - Run
make fmt CHECK=1to confirm clean - Report which files were modified
What it does
dart format packages/ examples/
Success criteria
make fmt CHECK=1exits with code 0 after formatting