11import 'package:efox_flutter/store/objects/widget_info.dart' ;
22import 'checkbox/index.dart' as CheckBox;
33import 'checkboxlisttile/index.dart' as CheckboxListTile;
4+ import 'slider/index.dart' as Slider;
45import 'textinput/index.dart' as textinput;
56import 'textfield/index.dart' as textfield;
67import 'switch/index.dart' as switchExample;
@@ -9,7 +10,6 @@ import 'radio/index.dart' as radio;
910import 'formfield/index.dart' as formfield;
1011import 'form/index.dart' as form;
1112import 'daypicker/index.dart' as daypicker;
12- import 'slider/index.dart' as Slider;
1313
1414const nameSpaces = '/form_' ;
1515
@@ -26,47 +26,47 @@ List widgets = [
2626 ),
2727 ItemInfo (
2828 widget: Slider .Index (),
29- code: 59662 , // gavel
29+ code: 60229 , // golf_course
3030 title: Slider .Index .title
3131 ),
3232 ItemInfo (
3333 widget: daypicker.Index (),
34- code: 59662 , // gavel
34+ code: 58345 , // gradient
3535 title: daypicker.Index .title
3636 ),
3737 ItemInfo (
3838 widget: form.Index (),
39- code: 59662 , // gavel
39+ code: 59526 , // group_work
4040 title: form.Index .title
4141 ),
4242 ItemInfo (
4343 widget: formfield.Index (),
44- code: 59662 , // gavel
44+ code: 60230 , // hot_tub
4545 title: formfield.Index .title
4646 ),
4747 ItemInfo (
4848 widget: radio.Index (),
49- code: 59662 , // gavel
49+ code: 58693 , // local_florist
5050 title: radio.Index .title
5151 ),
5252 ItemInfo (
5353 widget: rawkeyboard.Index (),
54- code: 59662 , // gavel
54+ code: 58698 , // local_laundry_service
5555 title: rawkeyboard.Index .title
5656 ),
5757 ItemInfo (
5858 widget: switchExample.Index (),
59- code: 59662 , // gavel
59+ code: 58706 , // local_pizza
6060 title: switchExample.Index .title
6161 ),
6262 ItemInfo (
6363 widget: textfield.Index (),
64- code: 59662 , // gavel
64+ code: 58715 , // map
6565 title: textfield.Index .title
6666 ),
6767 ItemInfo (
6868 widget: textinput.Index (),
69- code: 59662 , // gavel
69+ code: 58146 , // memory
7070 title: textinput.Index .title
7171 )
7272];
0 commit comments