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

This commit is contained in:
Jonah Williams
2020-05-12 07:25:03 -07:00
committed by GitHub
parent 0e7b2beff7
commit d53429cf0a

View File

@@ -445,7 +445,6 @@ 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,
);
}