Unverified Commit dfc955a8 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] hide tree-shake-icons (#56924)

parent 85f9d590
......@@ -445,6 +445,7 @@ abstract class FlutterCommand extends Command<void> {
defaultsTo: enabledByDefault
?? kIconTreeShakerEnabledDefault,
help: 'Tree shake icon fonts so that only glyphs used by the application remain.',
hide: true,
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment