Grant Skinner
Grant Skinner
This is largely complete, but I'm still sorting out a few details, so it will ship with the next release.
Continuing to update this locally, but didn't ship with v2.0.0
Are you suggesting roundtripping? (ie. rebuilding the XD UI based on the Flutter code)
That would be pretty cool, but our initial focus is definitely going to be on making the export as solid and useful as possible. Going the other way is a...
8bcf84a8b1972c64dc8ab713fe36f4dbdab65d40 adds scrollbars. Leaving open to consider whether to add a setting.
Unfortunately, XD's plugin API currently doesn't support states. This would be a great feature to add when support is available.
Added initial support for this in f6ac07bb5ed80d87e512685a443ab5664692bc8e Needs a bit more testing, but it should be fairly robust: input --> class name --> file name "my class" --> MyClass -->...
We currently don't support ScrollableGroup in the plugin, though I would like to add support if the APIs are there to support it (I think they are now). I'll check...
Ok. I've looked into this, but unfortunately it looks like XD's API for ScrollableGroup is incomplete in that it does not provide a way to access the dimensions of the...
Alright, I worked around the issues above by iteratively calculating the merged bounds, and then manually adjusting child positions based on the scroll offset (XD treats scrollable content as content...