Skip to content

Commit 6f3b078

Browse files
[flutter_tools] delete flutter format command (#129360)
On the current stable branch (3.10.x), `flutter format` no longer works, and gives an error. This change just deletes the code. Fixes flutter/flutter#115809
1 parent 51f6598 commit 6f3b078

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

packages/flutter_tools/lib/executable.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import 'src/commands/doctor.dart';
2828
import 'src/commands/downgrade.dart';
2929
import 'src/commands/drive.dart';
3030
import 'src/commands/emulators.dart';
31-
import 'src/commands/format.dart';
3231
import 'src/commands/generate.dart';
3332
import 'src/commands/generate_localizations.dart';
3433
import 'src/commands/ide_config.dart';
@@ -200,7 +199,6 @@ List<FlutterCommand> generateCommands({
200199
signals: globals.signals,
201200
),
202201
EmulatorsCommand(),
203-
FormatCommand(),
204202
GenerateCommand(),
205203
GenerateLocalizationsCommand(
206204
fileSystem: globals.fs,

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

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

0 commit comments

Comments
 (0)