You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I've created a ResponsiveGridList as shown in the image below. Since in my case the height of the widget will vary according to the number of items. I wanted to set all the widget's sizes to the height of the tallest widget so they all look symmetric.
Is there any way I can achieve this?
I tried setting squareCells = true, however, I get RenderFlex overflowed exception.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi Mohamed, Thank you for your reply. An exception occurs when the items in the list go beyond the height of squareCell. I tried placing a listview or singleChildScrollView but this doesn't work.
I wanted to know if there is anyway I can stretch the remaining place for example in Order Id: 3 the Card srhinks to wrap its contents. Is it possible to stretch it to take the remaining space?
For now, what I've done is fill empty widgets to match the height with the tallest widget.
Same issue here,
I'm trying to wrap the children in a IntrinsicHeight widget but it's impossible since ResponsiveGridRow expects ResponsiveGridCol as children type.
Hi I've created a ResponsiveGridList as shown in the image below. Since in my case the height of the widget will vary according to the number of items. I wanted to set all the widget's sizes to the height of the tallest widget so they all look symmetric.
Is there any way I can achieve this?
I tried setting
squareCells = true
, however, I get RenderFlex overflowed exception.Thank you.
The text was updated successfully, but these errors were encountered: