I am new to FlutterFlow and I have trouble to show the count of a collection in one Combine text widget.
I used the answer I found here : https://community.flutterflow.io/database-and-apis/post/comment-afficher-le-nombre-d-element-qu-il-y-a-dans-une-collection-kBHpd2KQplfedbu
But unfortunately it doesn't seem to work for me.
In my page I have a listview. I created a query to have a list of my checklists (my collection in Firebase) in the listview. No problem I can see all the checklists I created or that I generate in the app.
But when I want to have a count of my "items in my listview" (using a query in a row containing a text widget with a combine text using the result of my query) I only see the turning circle an not my text "number of lists : xxx".
I must be doing something wrong...
Can you help me with that ?