xd-to-flutter-plugin
xd-to-flutter-plugin copied to clipboard
Add support for component states
I've noticed that the hover state is not working. Export all widgets will export only currently selected state, there won't be any state change on hover. Is it the same thing as described in section Visibility:
The plugin currently ignores any hidden elements (ex. a hidden Component will not be exported in 'Export All Widgets').
Or it can be fixed somehow?

Unfortunately, XD's plugin API currently doesn't support states. This would be a great feature to add when support is available.
Ah, I see. Should I create a feature request somewhere? 😄