flutter/dev
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
..
a11y_assessments Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
automated_tests Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
benchmarks Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
bots Add script to check format of changed dart files (#160007) 2024-12-11 19:38:24 +00:00
conductor Conductor output updates (#160054) 2024-12-11 19:15:12 +00:00
customer_testing Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
devicelab Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
docs Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
forbidden_from_release_tests Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
integration_tests Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
manual_tests Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
missing_dependency_tests Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
snippets Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
tools Add script to check format of changed dart files (#160007) 2024-12-11 19:38:24 +00:00
tracing_tests Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
analysis_options.yaml Enable more lints (#91642) 2021-10-14 22:03:03 -07:00
README.md Migrate to .ci.yaml (#82960) 2021-05-19 20:09:46 -07:00

This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.