dengyin2000
dengyin2000
>  >  > > 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...