AdobeXD / xd-to-flutter-plugin

Generate assets from XD for use in an existing Flutter project
BSD 2-Clause "Simplified" License
952 stars 97 forks source link

XD to Flutter plugin: no responsiveness? #104

Closed mikeminton closed 3 years ago

mikeminton commented 3 years ago

Bug Description

When loading exported dart files, the responsiveness does not exist - it is almost like all of the elements are fixed sizes and fixed positions on the newly painted widget/screen.

So when resizing windows/or different phones none of the items respond to the adjustment.

Versions:

gskinner commented 3 years ago

It's hard to help without more details. It sounds like something near the top of your XD or Flutter tree has responsive layout disabled. Did you take a look at the example? Responsive layout should definitely work.

Closing this, but feel free to reopen if you can provide details.