Skip to content

Commit b3f9944

Browse files
author
Jonah Williams
authored
[flutter_tools] remove deprecated flutter command (flutter#67478)
1 parent a4e0e2a commit b3f9944

File tree

3 files changed

+0
-486
lines changed

3 files changed

+0
-486
lines changed

packages/flutter_tools/lib/executable.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import 'src/commands/test.dart';
4242
import 'src/commands/train.dart';
4343
import 'src/commands/update_packages.dart';
4444
import 'src/commands/upgrade.dart';
45-
import 'src/commands/version.dart';
4645
import 'src/features.dart';
4746
import 'src/globals.dart' as globals;
4847
// Files in `isolated` are intentionally excluded from google3 tooling.
@@ -116,7 +115,6 @@ Future<void> main(List<String> args) async {
116115
ShellCompletionCommand(),
117116
TestCommand(verboseHelp: verboseHelp),
118117
UpgradeCommand(),
119-
VersionCommand(),
120118
SymbolizeCommand(
121119
stdio: globals.stdio,
122120
fileSystem: globals.fs,

packages/flutter_tools/lib/src/commands/version.dart

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)