Flutter Future Issues causing The argument type 'Future<List<Widget>>' can't be assigned to the parameter type 'List<Widget>' error
I am having an issue with my code. Essentially, what I am trying to do is dynamically create cards that display file information, after pulling the data from a sqflite database. The issue I have is that my ListView has…