AdobeXD/xd-to-flutter-plugin

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

Closed this issue · 1 comments

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.

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