Ability to export more specific Flutter controls
yes , it would be better if "xd to flutter " plugin can convert the textfield ( if user click on the textfield he can able to write ), button , screen redirection after 5 sec or in specific time duration . in below image if i am trying to convert the page it converted the text field as container ,text only ,i didn't convert to textfield.

This would definitely be great. There are a couple of ways that this could be implemented:
- via the panel & plugin data. For example, you could select a text field, and then in the plugin panel you'd see an option letting you designate the field type (editable, password, whatever).
- via layer structure. We could essentially have documented hierarchy / naming system that the plugin would recognize. For example, maybe to make a text field editable, you drop it in a group named
fl:EditableText, or maybe you append a flag like that to the field itself? This could be supported by a UI Kit, so you don't have to memorize or look up all the different names.
It would be even better if we could support States, for things like buttons. (see #40)
Is there any option in xd or in xd to flutter plugin to designate the field type ( editable, password ,etc.. ), because i didn't find any option like that in "xd to flutter" plugin
@shashank132 - please see the comment immediately above yours.
@gskinner hey bro help me in including textfield in Xd to Flutter i cant understand the above solution
Currently there is not a way to do it from within XD (you need to edit the generated code). My comment from Jul 2 was suggesting a feature we could add to help support it.
Is there any option in xd to flutter plugin to designate the field type ( editable, password ,etc.. ), / or scroll items or recycler View ? because i didn't find any option like that in "xd to flutter" plugin. i want to use plugin xd to flutter and when i've get a dart code , the code is not ok ! for example when i get textfield in dart code , show me box decoration . or i can't use scroll for my items in dart code when i use plugin "xd to flutter" .
This same like of feature is available in Anima Plugin . it would be great if it is possible for flutter https://www.youtube.com/watch?v=HJ0QmXq3m6c
Thanks for the reference @workatease — that's exactly what I'd like to do for XD to Flutter.