dynamic_component library

Classes

DSLInfo
DynamicComponent
支持参数传递的动态化组件。 主要原理是在导出的json中,标记特殊字段,在解析时,将字段替换为实际参数,再交由 DynamicWidgetBuilder 解析为静态 Widget。
If
带逻辑判断的组件
IfParse
JsonUtil
TapDetctor
TapDetctorParse
When
WhenParser

Extensions

TapDectorExt on Widget

Typedefs

OnTap = void Function(String event)