Flutter – type 'List<dynamic' is not a subtype of type <List<String> in type cast
I am tryiong to display a list of events a user has registered for in a flutter app but i keep getting this error even though I am following the tuorial closely. I believe the error might be in the…