[flutter_tools] un-hide the --dds flag (#150280)

Fixes https://github.com/flutter/flutter/issues/94548
This commit is contained in:
Christopher Fujino 2024-06-20 11:25:10 -07:00 committed by GitHub
parent c2c183387e
commit 80a65bd781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -508,7 +508,6 @@ abstract class FlutterCommand extends Command<void> {
);
argParser.addFlag(
'dds',
hide: !verboseHelp,
defaultsTo: true,
help: 'Enable the Dart Developer Service (DDS).\n'
'It may be necessary to disable this when attaching to an application with '