We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e0e2a commit b3f9944Copy full SHA for b3f9944
packages/flutter_tools/lib/executable.dart
@@ -42,7 +42,6 @@ import 'src/commands/test.dart';
42
import 'src/commands/train.dart';
43
import 'src/commands/update_packages.dart';
44
import 'src/commands/upgrade.dart';
45
-import 'src/commands/version.dart';
46
import 'src/features.dart';
47
import 'src/globals.dart' as globals;
48
// Files in `isolated` are intentionally excluded from google3 tooling.
@@ -116,7 +115,6 @@ Future<void> main(List<String> args) async {
116
115
ShellCompletionCommand(),
117
TestCommand(verboseHelp: verboseHelp),
118
UpgradeCommand(),
119
- VersionCommand(),
120
SymbolizeCommand(
121
stdio: globals.stdio,
122
fileSystem: globals.fs,
packages/flutter_tools/lib/src/commands/version.dart
0 commit comments