Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Revert "[reland] Add Material 3 support for ListTile - Part 1 (#116…
Browse files Browse the repository at this point in the history
…963)" (#117756)

This reverts commit 57fb36e.
  • Loading branch information
XilaiZhang committed Dec 29, 2022
1 parent cee9ec5 commit c089c19
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 739 deletions.
2 changes: 0 additions & 2 deletions dev/tools/gen_defaults/bin/gen_defaults.dart
Expand Up @@ -35,7 +35,6 @@ import 'package:gen_defaults/filter_chip_template.dart';
import 'package:gen_defaults/icon_button_template.dart';
import 'package:gen_defaults/input_chip_template.dart';
import 'package:gen_defaults/input_decorator_template.dart';
import 'package:gen_defaults/list_tile_template.dart';
import 'package:gen_defaults/menu_template.dart';
import 'package:gen_defaults/navigation_bar_template.dart';
import 'package:gen_defaults/navigation_drawer_template.dart';
Expand Down Expand Up @@ -156,7 +155,6 @@ Future<void> main(List<String> args) async {
FilterChipTemplate('FilterChip', '$materialLib/filter_chip.dart', tokens).updateFile();
IconButtonTemplate('IconButton', '$materialLib/icon_button.dart', tokens).updateFile();
InputChipTemplate('InputChip', '$materialLib/input_chip.dart', tokens).updateFile();
ListTileTemplate('LisTile', '$materialLib/list_tile.dart', tokens).updateFile();
InputDecoratorTemplate('InputDecorator', '$materialLib/input_decorator.dart', tokens).updateFile();
MenuTemplate('Menu', '$materialLib/menu_anchor.dart', tokens).updateFile();
NavigationBarTemplate('NavigationBar', '$materialLib/navigation_bar.dart', tokens).updateFile();
Expand Down
37 changes: 0 additions & 37 deletions dev/tools/gen_defaults/lib/list_tile_template.dart

This file was deleted.

0 comments on commit c089c19

Please sign in to comment.