mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This PR changes the format check on CI to use the command added in https://github.com/flutter/engine/pull/50747. Additionally, while making this change, I noticed that the CI check was not checking the formatting of all files, and that as a result, files were present in the repo with incorrect formatting. I have fixed the formatting and fixed the check to always check all files.
ui_unittest Fixtures
The files in this directory are used by the ui_unittests binary.
The ui_test.dart file is either JIT or AOT compiled depending on the runtime
mode of the test binary. Other files in this folder are used by tests to verify
functionality.
See //lib/ui/BUILD.gn and //testing/testing.gni for the build rules and
GN template definitions that determine which files get included and compiled
here.