How can I animate list items when their state changes?

Actions & Logic

I have a list of task items being pulled in through a firebase query. I have it set so that anything that is marked as completed is pushed to the bottom of the list.

Right now the transition is instant, but I want it to have a smooth animation where you see the list item either move to that position or fade and appear there.

Is this possible?

What have you tried so far?

I've tried a few things but it only animates the entire list and not the specific list item

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