@@ -2,9 +2,10 @@ import 'package:efox_flutter/store/objects/widget_info.dart';
22import 'checkbox/index.dart' as CheckBox;
33import 'checkboxlisttile/index.dart' as CheckboxListTile;
44import 'slider/index.dart' as Slider;
5+ import 'switch/index.dart' as switchExample;
6+ import 'switchlisttile/index.dart' as switchListTile;
57import 'textinput/index.dart' as textinput;
68import 'textfield/index.dart' as textfield;
7- import 'switch/index.dart' as switchExample;
89import 'rawkeyboard/index.dart' as rawkeyboard;
910import 'radio/index.dart' as radio;
1011import 'formfield/index.dart' as formfield;
@@ -29,6 +30,16 @@ List widgets = [
2930 code: 60229 , // golf_course
3031 title: Slider .Index .title
3132 ),
33+ ItemInfo (
34+ widget: switchExample.Index (),
35+ code: 58706 , // local_pizza
36+ title: switchExample.Index .title
37+ ),
38+ ItemInfo (
39+ widget: switchListTile.Index (),
40+ code: 57955 , // monetization_on
41+ title: switchListTile.Index .title
42+ ),
3243 ItemInfo (
3344 widget: daypicker.Index (),
3445 code: 58345 , // gradient
@@ -54,11 +65,6 @@ List widgets = [
5465 code: 58698 , // local_laundry_service
5566 title: rawkeyboard.Index .title
5667 ),
57- ItemInfo (
58- widget: switchExample.Index (),
59- code: 58706 , // local_pizza
60- title: switchExample.Index .title
61- ),
6268 ItemInfo (
6369 widget: textfield.Index (),
6470 code: 58715 , // map
0 commit comments