Carlos Molina
ยทDeveloper, DIY and Woodworking

ListView gets error when I activate Reorderable

Hi,
I'm quite new in FlutterFlow, so I'm clueless on how to fix this (and avoid it next time)...

My sample project consists of a grocery list, that can be associated with an event (monthly grocery, office party, holidays and so on). For that, I have a table and a DropDown component to select the event and apply it as a filter for the grocery items list.

Once I select an event from the DropBox, the grocery list is filtered and presented correctly, as long as I don't activate the Reorderable option. If I do, I get the error message below.

I'm using Supabase as the backend and the data presented is from a View (that is not refreshed after data edition, but this is for another topic). I thought it might be caused by an ordering option at the backend query, but even removing it didn't fix the error.

I tried to delete the ListView and create a new one from scratch, just in case I made some faulty configuration, but I got the same error.

Any ideas of what am I doing wrong?

Thank you all,

1 reply