Skip to content

Commit 882e105

Browse files
authored
Revert "Add Material 3 support for ListTile - Part 1 (flutter#116194)" (flutter#116908)
This reverts commit e57b7f4.
1 parent d19047d commit 882e105

File tree

6 files changed

+230
-747
lines changed

6 files changed

+230
-747
lines changed

dev/tools/gen_defaults/bin/gen_defaults.dart

Lines changed: 0 additions & 2 deletions
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';
@@ -155,7 +154,6 @@ Future<void> main(List<String> args) async {
155154
FilterChipTemplate('FilterChip', '$materialLib/filter_chip.dart', tokens).updateFile();
156155
IconButtonTemplate('IconButton', '$materialLib/icon_button.dart', tokens).updateFile();
157156
InputChipTemplate('InputChip', '$materialLib/input_chip.dart', tokens).updateFile();
158-
ListTileTemplate('LisTile', '$materialLib/list_tile.dart', tokens).updateFile();
159157
InputDecoratorTemplate('InputDecorator', '$materialLib/input_decorator.dart', tokens).updateFile();
160158
MenuTemplate('Menu', '$materialLib/menu_anchor.dart', tokens).updateFile();
161159
NavigationBarTemplate('NavigationBar', '$materialLib/navigation_bar.dart', tokens).updateFile();

dev/tools/gen_defaults/lib/list_tile_template.dart

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

0 commit comments

Comments
 (0)