File tree Expand file tree Collapse file tree 1 file changed +74
-23
lines changed Expand file tree Collapse file tree 1 file changed +74
-23
lines changed Original file line number Diff line number Diff line change 1- # Flutter UI v1.0
1+ # Flutter UI
22
3- # app预览
3+ > flutter ui 中文社区 提供各种flutter相关开发教程
4+
5+ ## app预览
46
57![ Alt 预览] ( readme/flutter_ui2.gif )
68![ Alt 预览] ( readme/flutter_ui3.gif )
79
810
9- # 目录
11+
12+ ## 目录
1013```
11- ——assets 静态资源
12- ——docs 教程文件
13- ——widget
14- ——regular
15- ——scrollview
16- ...
17- ——lib 代码文件
18- ——components
19- ——config
20- ——controller
21- ——lang
22- ——page
23- ——router
24- ——store
25- ——utils
26- ——widget
27- ——regular
28- ——scrollview
29- ...
30- ——locale 语言包
14+ Flutter UI
15+ ├─assets 静态资源
16+ ├─docs 教程文件
17+ ├─widget
18+ ├─regular
19+ ├─scrollview
20+ ...
21+ ├─lib dart执行代码
22+ ├─components
23+ ├─config
24+ ├─controller
25+ ├─lang
26+ ├─page
27+ │ ├─component
28+ │ └─mine
29+ ├─router
30+ ├─store
31+ │ ├─models
32+ │ └─objects
33+ ├─utils
34+ └─widget
35+ ├─animate
36+ │ ├─animatedbuilder
37+ │ ├─animatedcontainer
38+ ......
39+ │ └─slidetransition
40+ ├─bulletbox
41+ │ ├─alertdialog
42+ │ ├─bottomsheet
43+ ......
44+ │ └─snackbar
45+ ├─common
46+ │ ├─assetbundle
47+ │ ├─buttonbar
48+ ......
49+ │ └─tooltip
50+ ├─form
51+ │ ├─checkbox
52+ │ ├─checkboxlisttile
53+ ......
54+ │ └─textinput
55+ ├─gestures
56+ │ ├─absorbpointer
57+ │ ├─dismissible
58+ ......
59+ │ └─longpressdraggable
60+ ├─navigator
61+ │ ├─appbar
62+ │ ├─bottomnavigationbar
63+ ......
64+ │ └─widgetsapp
65+ ├─regular
66+ │ ├─align
67+ │ ├─aspectratio
68+ ......
69+ │ └─wrap
70+ ├─scrollview
71+ │ ├─customscrollview
72+ │ ├─gridview
73+ ......
74+ │ └─singlechildscrollview
75+ └─vision
76+ ├─backdropfilter
77+ ├─clipoval
78+ ......
79+ └─transform
80+
81+ ├─locale 语言包
3182```
3283
3384## 组件进度列表
You can’t perform that action at this time.
0 commit comments