Same card height in a scrollable Row

Widgets & Design

Hey all, I hope everyone is having a good day!

I'm trying to make the cards inside a scrollable row take up the same height. However, I've had no luck with what I've tried so far.

More context:

The data is going to be generated dynamically, so I can't set a specific height to the card and be done with it. The main idea here is to make the other cards stretch to the same size as the biggest card.

Any ideas on how to do this?

Thank you.

What have you tried so far?

I've tried having the cards in a list view, but I couldn't do it because I had to set the height of the container that has the list view, which is the opposite of what I want to achieve.

I've also tried to set the cross-axis alignment of the row to stretch but it gave me an error saying it wouldn't work.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply