dengyin2000
dengyin2000
> Are you planning add new widgets like ListTile, MaterialButton widgets? yes, but you can add it by yourself too.
> I want to add dynamic list like from server response, how can i pass that server response to build list? Please look at "ListView auto load more" example.
> I use the example like this: >  > > but when i open your source code ,it doesn't have the context params: >  > > something wrong...
> change > static Widget buildFromMap(Map map, > BuildContext buildContext, ClickListener listener) { > to > static Widget buildFromMap(dynamic map, > BuildContext buildContext, ClickListener listener) { > if(map is String)...
> Looks to be because of this line > > https://github.com/dengyin2000/dynamic_widget/blob/7bf660acf23551175f92e53975fd376b56454e7b/lib/dynamic_widget/utils.dart#L15 @KieranLafferty thanks. the bug was fixed.
> It would be great to have support for text fields as well. no plan for supporting textfields
> Good job. When I use it, I fell the below features are necessary. > > 1, A way to add custom parsers. I use listener to do it. >...
@wyxcoder >>> 1, A way to add custom parsers. I use listener to do it. Add new created WidgetParser by DynamicWidgetBuilder.addParser(WidgetParser parser) method. >>> A way to pass more objects,...
> Good job. > > If I want to enhance the parsers, how do I add my parse into the parser list? please take a look at https://github.com/dengyin2000/dynamic_widget#how-to-implement-a-widgetparser
> status and inspiration bullet point links do not work what do you mean? can you write more details? sorry for my pool english.