Grant Skinner
Grant Skinner
Responsive layout (in the upcoming v0.2.0 build) largely fixes this issue, since it does away with completely arbitrary transforms. Static layouts are still affected though.
Chatting with Dan, it sounds like the best solution will be deferring file writes, at least for now. This will take some restructuring, and might make sense to combine with...
This currently isn't supported, but would be nice to add. The XD API currently doesn't provide any information on what or how it will animate the transition though, so we...
Any chance this describes your issue: https://github.com/AdobeXD/xd-to-flutter-plugin/issues/10 ?
Sorry @peynman - I haven't had a chance to look at this in depth yet, but wanted to let you know it's been seen and isn't being ignored.
Now that v2 is out, I'm going to be looking specifically at enhancements like this (ex. #110). Sorry to keep you waiting.
Thanks for the report. This is due to the blend mode on that section, which isn't fully optimized in the early access Impeller engine (which we are using in the...
@hellohuanlin — Thanks for the additional info. Are you seeing this with the event list that scrolls up over the blurred image of the wonder? If so, that's the other...
Works fine on Safari. Crashes on FF and Chrome. That, paired with the weird selection you can see right before it hangs in your gif (the grey selection box splits...
This is because you have the `s` (aka `dotall`) flag enabled, which allows `.` to match line breaks. The dynamic hints recognize that, but the documentation is static. We should...