mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
No issue filed, but was [discussed on discord](https://discord.com/channels/608014603317936148/608021010377080866/1209568840644567091).
dir_contents_diff
This tool will compare the contents of a directory to a file that lists the contents of the directory, printing out a patch to apply if they differ.
The exit code is 0 if there is no difference.
Usage
dart run ./bin/dir_contents_diff.dart <golden file path> <dir path>