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

Commit 210a2aa

Browse files
authored
Revert "Add Material 3 support for BottomAppBar" (#114421)
1 parent 0e98194 commit 210a2aa

File tree

9 files changed

+86
-619
lines changed

9 files changed

+86
-619
lines changed

dev/tools/gen_defaults/bin/gen_defaults.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import 'dart:io';
2020
import 'package:gen_defaults/action_chip_template.dart';
2121
import 'package:gen_defaults/app_bar_template.dart';
2222
import 'package:gen_defaults/banner_template.dart';
23-
import 'package:gen_defaults/bottom_app_bar.dart';
2423
import 'package:gen_defaults/bottom_sheet_template.dart';
2524
import 'package:gen_defaults/button_template.dart';
2625
import 'package:gen_defaults/card_template.dart';
@@ -120,7 +119,6 @@ Future<void> main(List<String> args) async {
120119
ActionChipTemplate('Chip', '$materialLib/chip.dart', tokens).updateFile();
121120
ActionChipTemplate('ActionChip', '$materialLib/action_chip.dart', tokens).updateFile();
122121
AppBarTemplate('AppBar', '$materialLib/app_bar.dart', tokens).updateFile();
123-
BottomAppBarTemplate('BottomAppBar', '$materialLib/bottom_app_bar.dart', tokens).updateFile();
124122
BannerTemplate('Banner', '$materialLib/banner.dart', tokens).updateFile();
125123
BottomSheetTemplate('BottomSheet', '$materialLib/bottom_sheet.dart', tokens).updateFile();
126124
ButtonTemplate('md.comp.elevated-button', 'ElevatedButton', '$materialLib/elevated_button.dart', tokens).updateFile();

dev/tools/gen_defaults/lib/bottom_app_bar.dart

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

examples/api/lib/material/bottom_app_bar/bottom_app_bar.2.dart

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

0 commit comments

Comments
 (0)