Closed gskinner closed 3 years ago
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
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.