flutter/dev/tools/test
Michael Goderbauer c4dc2c9890
Add script to check format of changed dart files (#160007)
The script is modeled after a similar script in the engine (see engine's
[format.dart](https://github.com/flutter/engine/blob/main/ci/bin/format.dart)).

It identifies the files that have been changed and checks if their
formatting is correct. It also offers an option to correct formatting
(`--fix`) and an option to check the formatting of all files in the
repro (not just changed ones, `--all-files`).

When we are enforcing dart format this script will be called as part of
presubmit.
2024-12-11 19:38:24 +00:00
..
create_api_docs_test.dart Add fake dependency on flutter_gpu for the docs (#153325) 2024-08-13 01:55:07 +00:00
engine_hash_test.dart Make hash script for Frob (#157390) 2024-10-22 23:37:27 +00:00
format_test.dart Add script to check format of changed dart files (#160007) 2024-12-11 19:38:24 +00:00
update_icons_test.dart run tests under dev/tools as part of framework-misc and get them passing (#136501) 2023-10-13 18:48:43 +00:00