|
1 | | -# Flutter UI v1.0 |
| 1 | +# Flutter UI |
2 | 2 |
|
3 | | -# app预览 |
| 3 | +> flutter ui 中文社区 提供各种flutter相关开发教程 |
| 4 | + |
| 5 | +## app预览 |
4 | 6 |
|
5 | 7 |  |
6 | 8 |  |
7 | 9 |
|
8 | 10 |
|
9 | | -# 目录 |
10 | | -``` |
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 |
| 11 | + |
| 12 | +## 目录 |
| 13 | +``` |
| 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 语言包 |
31 | 82 | ``` |
32 | 83 |
|
33 | 84 | ## 组件进度列表 |
34 | | -### animate |
35 | | -``` |
| 85 | +### animate |
36 | 86 | 1. animationController【✔️ v1.0】 |
37 | 87 | 2. animatedbuilder【】 |
38 | 88 | 3. animatedcontainer【】 |
|
57 | 107 | 22. slidetransition【】 |
58 | 108 | ``` |
59 | 109 | |
| 110 | + |
60 | 111 | ### bulletbox |
61 | | -``` |
62 | 112 | 1. alertdialog【✔️ v1.0】 |
63 | 113 | 2. bottomsheet【✔️ v1.0】 |
64 | 114 | 3. expansionPanel【✔️ v1.0】 |
65 | 115 | 4. simpledialog【✔️ v1.0】 |
66 | 116 | 5. snackbar【✔️ v1.0】 |
67 | | -``` |
68 | 117 | |
69 | 118 | ### common |
70 | | -``` |
| 119 | + |
71 | 120 | 1. assetbundle【】 |
72 | 121 | 2. buttonbar【】 |
73 | 122 | 3. chip【】 |
|
84 | 133 | 14. stepper【】 |
85 | 134 | 15. text【✔️ v1.0】 |
86 | 135 | 16. tooltip【】 |
87 | | -``` |
| 136 | + |
88 | 137 | |
89 | 138 | ### form |
90 | | -``` |
| 139 | + |
91 | 140 | 1. checkbox【✔️ v1.0】 |
92 | 141 | 2. checkboxlisttile【✔️ v1.0】 |
93 | 142 | 3. slider【✔️ v1.0】 |
94 | | -3. daypicker【】 |
95 | | -4. form【】 |
96 | | -5. formfield【】 |
97 | | -6. radio【】 |
98 | | -7. rawkeyboard【】 |
99 | | -8. switch【】 |
100 | | -9. textfield【】 |
101 | | -10. textinput【】 |
102 | | -11. 【】 |
| 143 | +4. daypicker【】 |
| 144 | +5. form【】 |
| 145 | +6. formfield【】 |
| 146 | +7. radio【】 |
| 147 | +8. rawkeyboard【】 |
| 148 | +9. switch【】 |
| 149 | +10. textfield【】 |
| 150 | +11. textinput【】 |
103 | 151 | 12. 【】 |
104 | | -``` |
| 152 | +13. 【】 |
| 153 | + |
105 | 154 | |
106 | 155 | ### gestures |
107 | | -``` |
| 156 | + |
108 | 157 | 1. absorbpointer【】 |
109 | 158 | 2. dismissible【】 |
110 | 159 | 3. dragtarget【】 |
111 | 160 | 4. gesturedetector【】 |
112 | 161 | 5. ignorepointer【】 |
113 | 162 | 6. longpressdraggable【✔️ v1.0】 |
114 | | -``` |
| 163 | + |
115 | 164 | |
116 | 165 | ### navigator |
117 | | -``` |
| 166 | + |
118 | 167 | 1. appbar【】 |
119 | 168 | 2. bottomnavigationbar【】 |
120 | 169 | 3. drawer【】 |
|
126 | 175 | 9. tabbar【】 |
127 | 176 | 10. tabbarview【】 |
128 | 177 | 11. widgetsapp【】 |
129 | | -``` |
| 178 | + |
130 | 179 | |
131 | 180 | ### regular |
132 | | -``` |
| 181 | + |
133 | 182 | 1. align【✔️ v1.0】 |
134 | 183 | 2. aspectratio【✔️ v1.0】 |
135 | 184 | 3. center【✔️ v1.0】 |
|
146 | 195 | 14. stack【✔️ v1.0】 |
147 | 196 | 15. table【✔️ v1.0】 |
148 | 197 | 16. wrap【✔️ v1.0】 |
149 | | -``` |
| 198 | + |
150 | 199 | |
151 | 200 | ### scrollview |
152 | | -``` |
| 201 | + |
153 | 202 | 1. customscrollview【✔️ v1.0】 |
154 | 203 | 2. gridview【✔️ v1.0】 |
155 | 204 | 3. listview【✔️ v1.0】 |
|
162 | 211 | 10. 【】 |
163 | 212 | 11. 【】 |
164 | 213 | 12. 【】 |
165 | | -``` |
| 214 | + |
166 | 215 | |
167 | 216 | ### vision |
168 | | -``` |
| 217 | + |
169 | 218 | 1. backdropfilter【】 |
170 | 219 | 2. clipoval【】 |
171 | 220 | 3. clippath【】 |
|
178 | 227 | 10. rotatedbox【】 |
179 | 228 | 11. theme【】 |
180 | 229 | 12. transform【】 |
181 | | -``` |
| 230 | + |
0 commit comments