Skip to content

Commit 2e91f0a

Browse files
authored
Merge pull request #25 from efoxTeam/dev-ken
style:优化文档 合并组件类
2 parents 72e19a2 + 50213ec commit 2e91f0a

File tree

1 file changed

+100
-182
lines changed

1 file changed

+100
-182
lines changed

readme.md

Lines changed: 100 additions & 182 deletions
Original file line numberDiff line numberDiff line change
@@ -15,217 +15,135 @@
1515
Flutter UI
1616
├─assets 静态资源
1717
├─docs 教程文件
18-
├─widget
19-
├─regular
20-
├─scrollview
21-
...
18+
├─locale 语言包
2219
├─lib dart执行代码
2320
├─components
24-
├─config
21+
├─config 配置文件
2522
├─controller
26-
├─lang
27-
├─page
23+
├─lang 多语言控制类
24+
├─page 路由关联页面
2825
│ ├─component
2926
│ └─mine
30-
├─router
31-
├─store
27+
├─router 路由
28+
├─store 数据管理
3229
│ ├─models
3330
│ └─objects
34-
├─utils
35-
└─widget
31+
├─utils 项目工具类
32+
└─widget 项目组件库
3633
├─animate
37-
│ ├─animatedbuilder
34+
│ ├─animatedbuilder 【✔️ v1.0】
3835
│ ├─animatedcontainer
39-
......
36+
│ ├─animatedcrossfade
37+
│ ├─animateddefaulttextstyle
38+
│ ├─animatedliststate
39+
│ ├─animatedmodalbarrier
40+
│ ├─animatedopacity
41+
│ ├─animatedphysicalmodel
42+
│ ├─animatedpositioned
43+
│ ├─animatedsize
44+
│ ├─animatedwidget
45+
│ ├─animatedwidgetbasestate
46+
│ ├─animationcontroller
47+
│ ├─decoratedboxtransition
48+
│ ├─fadetransition
49+
│ ├─hero
50+
│ ├─positionedtransition
51+
│ ├─rotationtransition
52+
│ ├─scaletransition
53+
│ ├─sizetransition
4054
│ └─slidetransition
4155
├─bulletbox
42-
│ ├─alertdialog
43-
│ ├─bottomsheet
44-
......
45-
│ └─snackbar
56+
│ ├─alertdialog 【✔️ v1.0】
57+
│ ├─bottomsheet 【✔️ v1.0】
58+
│ ├─expansionPanel 【✔️ v1.0】
59+
│ ├─simpledialog 【✔️ v1.0】
60+
│ └─snackbar 【✔️ v1.0】
4661
├─common
4762
│ ├─assetbundle
4863
│ ├─buttonbar
49-
......
64+
│ ├─chip
65+
│ ├─container 【✔️ v1.0】
66+
│ ├─divider 【✔️ v1.0】
67+
│ ├─flatbutton 【✔️ v1.0】
68+
│ ├─icon
69+
│ ├─iconbutton
70+
│ ├─image
71+
│ ├─listtile
72+
│ ├─placeholder
73+
│ ├─raisedbutton
74+
│ ├─rawimage
75+
│ ├─stepper
76+
│ ├─text 【✔️ v1.0】
5077
│ └─tooltip
5178
├─form
52-
│ ├─checkbox
53-
│ ├─checkboxlisttile
54-
......
79+
│ ├─checkbox 【✔️ v1.0】
80+
│ ├─checkboxlisttile 【✔️ v1.0】
81+
│ ├─daypicker 【✔️ v1.0】
82+
│ ├─form
83+
│ ├─formfield
84+
│ ├─radio
85+
│ ├─rawkeyboard
86+
│ ├─slider
87+
│ ├─switch
88+
│ ├─textfield
5589
│ └─textinput
5690
├─gestures
5791
│ ├─absorbpointer
5892
│ ├─dismissible
59-
......
60-
│ └─longpressdraggable
93+
│ ├─dragtarget
94+
│ ├─gesturedetector
95+
│ ├─ignorepointer
96+
│ └─longpressdraggable 【✔️ v1.0】
6197
├─navigator
6298
│ ├─appbar
6399
│ ├─bottomnavigationbar
64-
......
100+
│ ├─drawer
101+
│ ├─floatingactionbutton
102+
│ ├─materialapp
103+
│ ├─navigator
104+
│ ├─popupmenubutton
105+
│ ├─scaffold
106+
│ ├─tabbar
107+
│ ├─tabbarview
65108
│ └─widgetsapp
66109
├─regular
67-
│ ├─align
68-
│ ├─aspectratio
69-
......
70-
│ └─wrap
110+
│ ├─align 【✔️ v1.0】
111+
│ ├─aspectratio 【✔️ v1.0】
112+
│ ├─center 【✔️ v1.0】
113+
│ ├─column 【✔️ v1.0】
114+
│ ├─constrainedbox 【✔️ v1.0】
115+
│ ├─container 【✔️ v1.0】
116+
│ ├─fittedbox 【✔️ v1.0】
117+
│ ├─flow 【✔️ v1.0】
118+
│ ├─layoutbuilder 【✔️ v1.0】
119+
│ ├─listbody 【✔️ v1.0】
120+
│ ├─listview 【✔️ v1.0】
121+
│ ├─padding 【✔️ v1.0】
122+
│ ├─row 【✔️ v1.0】
123+
│ ├─stack 【✔️ v1.0】
124+
│ ├─table 【✔️ v1.0】
125+
│ └─wrap 【✔️ v1.0】
71126
├─scrollview
72-
│ ├─customscrollview
73-
│ ├─gridview
74-
......
75-
│ └─singlechildscrollview
127+
│ ├─customscrollview 【✔️ v1.0】
128+
│ ├─gridview 【✔️ v1.0】
129+
│ ├─listview 【✔️ v1.0】
130+
│ ├─nestedscrollview 【✔️ v1.0】
131+
│ ├─scrollable 【✔️ v1.0】
132+
│ ├─scrollbar 【✔️ v1.0】
133+
│ ├─scrollcontroller 【✔️ v1.0】
134+
│ └─singlechildscrollview 【✔️ v1.0】
76135
└─vision
77136
├─backdropfilter
78137
├─clipoval
79-
......
138+
├─clippath
139+
├─cliprect
140+
├─custompaint
141+
├─decoratedbox
142+
├─fractionaltranslation
143+
├─mediaquery
144+
├─opacity
145+
├─rotatedbox
146+
├─theme
80147
└─transform
81-
82-
├─locale 语言包
83148
```
84149

85-
## 组件进度列表
86-
### animate
87-
1. animationController【✔️ v1.0】
88-
2. animatedbuilder【】
89-
3. animatedcontainer【】
90-
4. animatedcrossfade【】
91-
5. animateddefaulttextstyle【】
92-
6. animatedliststate【】
93-
7. animatedmodalbarrier【】
94-
8. animatedopacity【】
95-
9. animatedphysicalmodel【】
96-
10. animatedpositioned【】
97-
11. animatedsize【】
98-
12. animatedwidget【】
99-
13. animatedwidgetbasestate【】
100-
14. animationcontroller【】
101-
15. decoratedboxtransition【】
102-
16. fadetransition【】
103-
17. hero【】
104-
18. positionedtransition【】
105-
19. rotationtransition【】
106-
20. scaletransition【】
107-
21. sizetransition【】
108-
22. slidetransition【】
109-
```
110-
111-
112-
### bulletbox
113-
1. alertdialog【✔️ v1.0】
114-
2. bottomsheet【✔️ v1.0】
115-
3. expansionPanel【✔️ v1.0】
116-
4. simpledialog【✔️ v1.0】
117-
5. snackbar【✔️ v1.0】
118-
119-
### common
120-
121-
1. assetbundle【】
122-
2. buttonbar【】
123-
3. chip【】
124-
4. container【✔️ v1.0】
125-
5. divider【✔️ v1.0】
126-
6. flatbutton【✔️ v1.0】
127-
7. icon【】
128-
8. iconbutton【】
129-
9. image【】
130-
10. listtile【】
131-
11. placeholder【】
132-
12. raisedbutton【】
133-
13. rawimage【】
134-
14. stepper【】
135-
15. text【✔️ v1.0】
136-
16. tooltip【】
137-
138-
139-
### form
140-
141-
1. checkbox【✔️ v1.0】
142-
2. checkboxlisttile【✔️ v1.0】
143-
3. slider【✔️ v1.0】
144-
4. daypicker【】
145-
5. form【】
146-
6. formfield【】
147-
7. radio【】
148-
8. rawkeyboard【】
149-
9. switch【】
150-
10. textfield【】
151-
11. textinput【】
152-
12. 【】
153-
13. 【】
154-
155-
156-
### gestures
157-
158-
1. absorbpointer【】
159-
2. dismissible【】
160-
3. dragtarget【】
161-
4. gesturedetector【】
162-
5. ignorepointer【】
163-
6. longpressdraggable【✔️ v1.0】
164-
165-
166-
### navigator
167-
168-
1. appbar【】
169-
2. bottomnavigationbar【】
170-
3. drawer【】
171-
4. floatingactionbutton【】
172-
5. materialapp【】
173-
6. navigator【】
174-
7. popupmenubutton【】
175-
8. scaffold【】
176-
9. tabbar【】
177-
10. tabbarview【】
178-
11. widgetsapp【】
179-
180-
181-
### regular
182-
183-
1. align【✔️ v1.0】
184-
2. aspectratio【✔️ v1.0】
185-
3. center【✔️ v1.0】
186-
4. column【✔️ v1.0】
187-
5. constrainedbox【✔️ v1.0】
188-
6. container【✔️ v1.0】
189-
7. fittedbox【✔️ v1.0】
190-
8. flow【✔️ v1.0】
191-
9. layoutbuilder【✔️ v1.0】
192-
10. listbody【✔️ v1.0】
193-
11. listview【✔️ v1.0】
194-
12. padding【✔️ v1.0】
195-
13. row【✔️ v1.0】
196-
14. stack【✔️ v1.0】
197-
15. table【✔️ v1.0】
198-
16. wrap【✔️ v1.0】
199-
200-
201-
### scrollview
202-
203-
1. customscrollview【✔️ v1.0】
204-
2. gridview【✔️ v1.0】
205-
3. listview【✔️ v1.0】
206-
4. nestedscrollview【✔️ v1.0】
207-
5. scrollable【✔️ v1.0】
208-
6. scrollbar【✔️ v1.0】
209-
7. scrollcontroller【✔️ v1.0】
210-
8. singlechildscrollview【✔️ v1.0】
211-
9. 【】
212-
10. 【】
213-
11. 【】
214-
12. 【】
215-
216-
217-
### vision
218-
219-
1. backdropfilter【】
220-
2. clipoval【】
221-
3. clippath【】
222-
4. cliprect【】
223-
5. custompaint【】
224-
6. decoratedbox【】
225-
7. fractionaltranslation【】
226-
8. mediaquery【】
227-
9. opacity【】
228-
10. rotatedbox【】
229-
11. theme【】
230-
12. transform【】
231-

0 commit comments

Comments
 (0)