Hello, I am a newbie to flutterflow and app development in general. I have a page where I am using a query collection to populate a couple of list views. The query can either return some data or return nothing. When the query returns nothing I want to show a message to the user. How can I do this most efficiently in flutterflow?
Details:
Widget Tree: Two query collections that populate couple of list views on the basis of selected day of the calendar.
The query collection logic