Swipeable stack with scrolling content, position gets inherited after swipe

Widgets & Design

I have basic swipeable stack, with scrolling column child, then a container with an image and some text. Problem is, when I scroll down the text, then swipe to the next card in the stack, the next card looks normal until I release the top card, then it snaps to the scrolling position from the top card. It only happens if there are 5 or more cards in the stack, even more buggy. And it only effects the top 3 cards. After you swipe the top 3 cards, the rest behave normally with regards to the scrolling position.

Any ideas out there to try would be really helpful!

What have you tried so far?

I've tried making the scrolling column Primary, and not Primary. I've tried messing with the container alignment. I've tried naming each card's widgets distinctly (column1/2/3/4/5, container1/2/3/4 etc). Nothing seems to effect it.

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