Skip to content

Commit c089c19

Browse files
authored
Revert "[reland] Add Material 3 support for ListTile - Part 1 (#116963)" (#117756)
This reverts commit 57fb36e.
1 parent cee9ec5 commit c089c19

File tree

6 files changed

+230
-739
lines changed

6 files changed

+230
-739
lines changed

dev/tools/gen_defaults/bin/gen_defaults.dart

-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import 'package:gen_defaults/filter_chip_template.dart';
3535
import 'package:gen_defaults/icon_button_template.dart';
3636
import 'package:gen_defaults/input_chip_template.dart';
3737
import 'package:gen_defaults/input_decorator_template.dart';
38-
import 'package:gen_defaults/list_tile_template.dart';
3938
import 'package:gen_defaults/menu_template.dart';
4039
import 'package:gen_defaults/navigation_bar_template.dart';
4140
import 'package:gen_defaults/navigation_drawer_template.dart';
@@ -156,7 +155,6 @@ Future<void> main(List<String> args) async {
156155
FilterChipTemplate('FilterChip', '$materialLib/filter_chip.dart', tokens).updateFile();
157156
IconButtonTemplate('IconButton', '$materialLib/icon_button.dart', tokens).updateFile();
158157
InputChipTemplate('InputChip', '$materialLib/input_chip.dart', tokens).updateFile();
159-
ListTileTemplate('LisTile', '$materialLib/list_tile.dart', tokens).updateFile();
160158
InputDecoratorTemplate('InputDecorator', '$materialLib/input_decorator.dart', tokens).updateFile();
161159
MenuTemplate('Menu', '$materialLib/menu_anchor.dart', tokens).updateFile();
162160
NavigationBarTemplate('NavigationBar', '$materialLib/navigation_bar.dart', tokens).updateFile();

dev/tools/gen_defaults/lib/list_tile_template.dart

-37
This file was deleted.

0 commit comments

Comments
 (0)