ListView group by date

Troubleshooting

I have a list of transactions and want to have a header for each date with 1 or more transactions listed below that date. I'm trying to use sticky headers as well to maintain the header at the top of the view until the next date is scrolled to.

What have you tried so far?

I've looked at a few videos and other help posts, but I'm struggling to understand the simplest or best way to accomplish this. I have a Supabase backend. I was going to try using a Backend query for the date field itself, but that seems redundant since the transactions have the dates in them, although there would be duplicate dates in the transactions rather than a unique list of dates. I know SQL but have not used Code Functions before.
Looking to remove the redundant date headings in the list below. I would also like to summarize the total of the transactions below each date, but that is secondary for now.

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