dengyin2000 / dynamic_widget

A Backend-Driven UI toolkit, build your dynamic UI with json, and the json format is very similar with flutter widget code.
Apache License 2.0
1.56k stars 309 forks source link

使用遇到的问题 #75

Open Xiaoqi-01 opened 3 years ago

Xiaoqi-01 commented 3 years ago

DynamicWidgetJsonExportor 这里面有listView的时候就返回 null了 屏幕的适配怎么处理不了

dengyin2000 commented 3 years ago

贴下你的代码

Xiaoqi-01 commented 3 years ago

贴下你的代码

DynamicWidgetJsonExportor( key: key, child: ListView( children: [ 代码这样 还有Container 不支持BoxDecoration 是吗

dengyin2000 commented 3 years ago

贴完整的代码?

CrazyCoderShi commented 2 years ago

我也遇到了,好像是 ListViewParser 在 Match 的时候,其实是 ListViewWidget,匹配失败了

cattlelovegrass commented 11 months ago

我也碰到这个问题了,解决了告诉我一下