flutter/dev/tools
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
..
bin Add script to check format of changed dart files (#160007) 2024-12-11 19:38:24 +00:00
gen_defaults Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
gen_keycodes Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
localization Use correct locale for CupertinoDatePicker weekday (#151494) 2024-07-11 00:10:17 +00:00
native_driver Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
test Add script to check format of changed dart files (#160007) 2024-12-11 19:38:24 +00:00
vitool Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
.gitignore [flutter_conductor] update dev/tools with release tool (#69791) 2020-11-06 11:14:04 -08:00
create_api_docs.dart create_api_docs.dart: correct command logging (#155226) 2024-09-22 16:01:41 +00:00
dartdoc_checker.dart Add info strings to code blocks. (#146085) 2024-04-01 14:05:16 -07:00
examples_smoke_test.dart Implementing control flow collections (#146601) 2024-04-15 16:06:07 +00:00
find_engine_commit.dart begin migrating //flutter/dev/tools to null-safety (#80834) 2021-04-23 20:24:03 -07:00
format.bat Add script to check format of changed dart files (#160007) 2024-12-11 19:38:24 +00:00
format.sh Add script to check format of changed dart files (#160007) 2024-12-11 19:38:24 +00:00
mega_gallery.dart Implementing a few switch statements (#150946) 2024-07-01 23:36:32 +00:00
pubspec.yaml Add script to check format of changed dart files (#160007) 2024-12-11 19:38:24 +00:00
repackage_gradle_wrapper.sh Point to a new artifacts location. (#70673) 2021-02-04 18:44:47 -08:00
update_icons.dart Update old wiki links (#149544) 2024-06-17 17:26:08 +00:00