Flippable Card Reset Action

Widgets & Design

Hello Everyone,

I'm new to FlutterFlow and am currently working on a flashcard app as my first project. Most of it is going well, but I'm having trouble with the flippable card widget. I have set it up so that a list widget is inside the flippable card container. When someone clicks the "Next" button, the list automatically increments the index to display the next question and answer.

However, the issue I'm facing is that when the "Next" button is clicked, the flippable card doesn't reset—it stays flipped to the answer side instead of showing the question on the next card.

I've seen some forums mention turning the widget into a component, but I'm not sure how that would solve the issue. If anyone has a solution or any advice on how to fix this, I would greatly appreciate it.

Thanks in advance!

What have you tried so far?

I have tried adjusting the conditional visibility settings, but that does not seem to work.

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