I have a list of events (dates, location, time etc) in firestore database. I want to fetch the query collections and convert the result in to List <DateTime> and store it in App State variable. How can I do this
How to store the query collections document in app state
Database & APIs
I am new to flutter flow and I tried putting in App State but it fails
No