@@ -24,6 +24,7 @@ import 'package:gen_defaults/button_template.dart';
2424import 'package:gen_defaults/card_template.dart' ;
2525import 'package:gen_defaults/checkbox_template.dart' ;
2626import 'package:gen_defaults/dialog_template.dart' ;
27+ import 'package:gen_defaults/divider_template.dart' ;
2728import 'package:gen_defaults/fab_template.dart' ;
2829import 'package:gen_defaults/filter_chip_template.dart' ;
2930import 'package:gen_defaults/icon_button_template.dart' ;
@@ -65,6 +66,7 @@ Future<void> main(List<String> args) async {
6566 'date_picker_docked.json' ,
6667 'date_picker_modal.json' ,
6768 'dialog.json' ,
69+ 'divider.json' ,
6870 'dialog_fullscreen.json' ,
6971 'elevation.json' ,
7072 'fab_extended_primary.json' ,
@@ -121,6 +123,7 @@ Future<void> main(List<String> args) async {
121123 CardTemplate ('Card' , '$materialLib /card.dart' , tokens).updateFile ();
122124 CheckboxTemplate ('Checkbox' , '$materialLib /checkbox.dart' , tokens).updateFile ();
123125 DialogTemplate ('Dialog' , '$materialLib /dialog.dart' , tokens).updateFile ();
126+ DividerTemplate ('Divider' , '$materialLib /divider.dart' , tokens).updateFile ();
124127 FABTemplate ('FAB' , '$materialLib /floating_action_button.dart' , tokens).updateFile ();
125128 FilterChipTemplate ('ChoiceChip' , '$materialLib /choice_chip.dart' , tokens).updateFile ();
126129 FilterChipTemplate ('FilterChip' , '$materialLib /filter_chip.dart' , tokens).updateFile ();
0 commit comments