Skip to content

Commit

Permalink
[flutter_tools] delete flutter format command (#129360)
Browse files Browse the repository at this point in the history
On the current stable branch (3.10.x), `flutter format` no longer works, and gives an error. This change just deletes the code.

Fixes #115809
  • Loading branch information
christopherfujino committed Jun 22, 2023
1 parent 51f6598 commit 6f3b078
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
2 changes: 0 additions & 2 deletions packages/flutter_tools/lib/executable.dart
Expand Up @@ -28,7 +28,6 @@ import 'src/commands/doctor.dart';
import 'src/commands/downgrade.dart';
import 'src/commands/drive.dart';
import 'src/commands/emulators.dart';
import 'src/commands/format.dart';
import 'src/commands/generate.dart';
import 'src/commands/generate_localizations.dart';
import 'src/commands/ide_config.dart';
Expand Down Expand Up @@ -200,7 +199,6 @@ List<FlutterCommand> generateCommands({
signals: globals.signals,
),
EmulatorsCommand(),
FormatCommand(),
GenerateCommand(),
GenerateLocalizationsCommand(
fileSystem: globals.fs,
Expand Down
39 changes: 0 additions & 39 deletions packages/flutter_tools/lib/src/commands/format.dart

This file was deleted.

0 comments on commit 6f3b078

Please sign in to comment.