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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
);
}