Listview show up only after a click

Widgets & Design

Hello everyone! I've got a problem of a ListView with a weird behavior.

My page launches on load a few actions (supabase queries and filtering mostly) and populates a ListView with the sbList_terrasses_totallyFiltered variable.

Everything works well: the queries get a list of items and the ListView is populated.

The problem I have is that the ListView only appears after I click once on the ListView element... 😮

See pictures 👇

Actions on page load:

ListView config :

On first load:

When I've click once to the ListView zone

Any idea?

What have you tried so far?

I tried to play with conditional visibility and the empty list option, but it didn't work. I think the problem is not that the listview is empty, as the empty icon I set is never shown.

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