dengyin2000

Results 46 comments of dengyin2000

> ![image](https://user-images.githubusercontent.com/35018535/106224693-bfb84e80-621e-11eb-87af-8360d4a82d55.png) > ![image](https://user-images.githubusercontent.com/35018535/106224719-cf379780-621e-11eb-89c2-64efa69d8f6f.png) > > 999999999.99 : this double value length is 9, but infinity value length is 10, This judgment will never hold fixed in master branch

DynamicWidgetBuilder.build(jsonString, buildContext, new DefaultClickListener()); 这个也是在widget的build方法中创建,你可以传到你的ClickListener里面。

please check https://github.com/dengyin2000/dynamic_widget#get-started

no support, you can add "click_event" field on a widget. https://github.com/dengyin2000/dynamic_widget#how-to-add-a-click-listener

Hi @ZwooMobile I have fix the bug in the latest master branch. please check it.

No, it only support send a string event, and you can map this string event to your block event.

please try: `dependencies: dynamic_widget: ^2.0.0`

just add `dynamic_widget: ^2.0.0` under dependencies part of your pubspec.yaml

no, it's not supported currently.

> Example: I want to display one the below items column wise. > > 1. TextView > 2. ListView > Again I want to define each item in ListView in...