Skip to content

Commit af5f5d6

Browse files
committed
feat:change Icon
1 parent 4a60169 commit af5f5d6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

lib/widget/form/index.dart

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import 'package:efox_flutter/store/objects/widget_info.dart';
22
import 'checkbox/index.dart' as CheckBox;
33
import 'checkboxlisttile/index.dart' as CheckboxListTile;
4+
import 'slider/index.dart' as Slider;
45
import 'textinput/index.dart' as textinput;
56
import 'textfield/index.dart' as textfield;
67
import 'switch/index.dart' as switchExample;
@@ -9,7 +10,6 @@ import 'radio/index.dart' as radio;
910
import 'formfield/index.dart' as formfield;
1011
import 'form/index.dart' as form;
1112
import 'daypicker/index.dart' as daypicker;
12-
import 'slider/index.dart' as Slider;
1313

1414
const 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
];

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ flutter:
8888
- docs/widget/bulletbox/expansionpanel/
8989
- docs/widget/form/checkbox/
9090
- docs/widget/form/checkboxlisttile/
91+
- docs/widget/form/slider/
9192
- docs/widget/form/daypicker/
9293
- docs/widget/form/form/
9394
- docs/widget/form/formfield/
@@ -96,7 +97,6 @@ flutter:
9697
- docs/widget/form/switch/
9798
- docs/widget/form/textfield/
9899
- docs/widget/form/textinput/
99-
- docs/widget/form/slider/
100100
- docs/widget/navigator/appbar/
101101
- docs/widget/navigator/scaffold/
102102
- docs/widget/navigator/bottomnavigationbar/

0 commit comments

Comments
 (0)