Flutter UI
├─assets 静态资源
├─docs 教程文件
├─locale 语言包
├─lib dart执行代码
├─components
├─config 配置文件
├─controller
├─lang 多语言控制类
├─page 路由关联页面
│ ├─component
│ └─mine
├─router 路由
├─store 数据管理
│ ├─models
│ └─objects
├─utils 项目工具类
└─widget 项目组件库
├─animate
│ ├─animatedbuilder 【✔️ v1.0】
│ ├─animatedcontainer
│ ├─animatedcrossfade
│ ├─animateddefaulttextstyle
│ ├─animatedliststate
│ ├─animatedmodalbarrier
│ ├─animatedopacity
│ ├─animatedphysicalmodel
│ ├─animatedpositioned
│ ├─animatedsize
│ ├─animatedwidget
│ ├─animatedwidgetbasestate
│ ├─animationcontroller
│ ├─decoratedboxtransition
│ ├─fadetransition
│ ├─hero
│ ├─positionedtransition
│ ├─rotationtransition
│ ├─scaletransition
│ ├─sizetransition
│ └─slidetransition
├─bulletbox
│ ├─alertdialog 【✔️ v1.0】
│ ├─bottomsheet 【✔️ v1.0】
│ ├─expansionPanel 【✔️ v1.0】
│ ├─simpledialog 【✔️ v1.0】
│ └─snackbar 【✔️ v1.0】
├─common
│ ├─assetbundle
│ ├─buttonbar
│ ├─chip
│ ├─container 【✔️ v1.0】
│ ├─divider 【✔️ v1.0】
│ ├─flatbutton 【✔️ v1.0】
│ ├─icon 【✔️ v1.0】
│ ├─iconbutton 【✔️ v1.0】
│ ├─image 【✔️ v1.0】
│ ├─listtile 【✔️ v1.0】
│ ├─placeholder
│ ├─raisedbutton 【✔️ v1.0】
│ ├─rawimage
│ ├─stepper 【✔️ v1.0】
│ ├─text 【✔️ v1.0】
│ └─tooltip
├─form
│ ├─checkbox 【✔️ v1.0】
│ ├─checkboxlisttile 【✔️ v1.0】
│ ├─slider 【✔️ v1.0】
│ ├─switch 【✔️ v1.0】
│ ├─switchListTile 【✔️ v1.0】
│ ├─daypicker 【✔️ v1.0】
│ ├─radio 【✔️ v1.0】
│ ├─radioListTile 【✔️ v1.0】
│ ├─form
│ ├─formfield
│ ├─rawkeyboard
│ ├─textfield 【✔️ v1.0】
│ └─textinput
├─gestures
│ ├─absorbpointer
│ ├─dismissible
│ ├─dragtarget
│ ├─gesturedetector 【✔️ v1.0】
│ ├─ignorepointer
│ └─longpressdraggable 【✔️ v1.0】
├─navigator
│ ├─appbar 【✔️ v1.0】
│ ├─bottomnavigationbar 【✔️ v1.0】
│ ├─drawer 【✔️ v1.0】
│ ├─floatingactionbutton 【✔️ v1.0】
│ ├─materialapp
│ ├─navigator
│ ├─popupmenubutton
│ ├─scaffold 【✔️ v1.0】
│ ├─tabbar
│ ├─tabbarview
│ └─widgetsapp
├─regular
│ ├─align 【✔️ v1.0】
│ ├─aspectratio 【✔️ v1.0】
│ ├─center 【✔️ v1.0】
│ ├─column 【✔️ v1.0】
│ ├─constrainedbox 【✔️ v1.0】
│ ├─container 【✔️ v1.0】
│ ├─fittedbox 【✔️ v1.0】
│ ├─flow 【✔️ v1.0】
│ ├─layoutbuilder 【✔️ v1.0】
│ ├─listbody 【✔️ v1.0】
│ ├─listview 【✔️ v1.0】
│ ├─padding 【✔️ v1.0】
│ ├─row 【✔️ v1.0】
│ ├─stack 【✔️ v1.0】
│ ├─table 【✔️ v1.0】
│ └─wrap 【✔️ v1.0】
├─scrollview
│ ├─customscrollview 【✔️ v1.0】
│ ├─gridview 【✔️ v1.0】
│ ├─listview 【✔️ v1.0】
│ ├─nestedscrollview 【✔️ v1.0】
│ ├─scrollable 【✔️ v1.0】
│ ├─scrollbar 【✔️ v1.0】
│ ├─scrollcontroller 【✔️ v1.0】
│ └─singlechildscrollview 【✔️ v1.0】
└─vision
├─backdropfilter
├─clipoval
├─clippath
├─cliprect
├─custompaint
├─decoratedbox
├─fractionaltranslation
├─mediaquery
├─opacity
├─rotatedbox
├─theme
└─transform