Flutter – Error getting data from firestore: _TypeError(type Future<List> is not a subtype of type List in type cast
I’m having trouble getting a List<Event> to display in the Calendar I’m developing. Despite calling it from Firestore, I’m not able to retrieve the list of events. I suspect the issue may be related to how I’ve written the Controller.…