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

Repeat Grid isn't assigned a static size in a non-responsive layout #97

Closed gskinner closed 3 years ago

gskinner commented 3 years ago

Bug Description

The list that is generated from a repeat grid should be wrapped in a SizedBox when it is not in a responsive layout. It currently isn't, which means it expands to fit the incoming bounds.

gskinner commented 3 years ago

Fixed in v1.1.0, and further refined in v2.0.0