How can I use async data in a FutureBuilder in Flutter?
I’m new to Flutter and trying to load data from Firestore
and then use the data in my FutureBuilder
. I have to load the data before I can build the UI because how I build it depends on the data.