FlutterCinematic icon indicating copy to clipboard operation
FlutterCinematic copied to clipboard

flutter v 0.44 problem: type 'List<dynamic>' is not a subtype of type 'List<int>'

Open ltn614 opened this issue 6 years ago • 1 comments

I cannot load any movie data, it reports the following exception type 'List' is not a subtype of type 'List' every time when hit the media list loading data

ltn614 avatar May 29 '18 01:05 ltn614

Hi @ltn614, thank you for pointing this out! I started writing the app in dart-1 and haven't bothered porting it to dart-2 until now. I just merged a port to dart-2 among other things, which should fix the issue for you :smile:

aaronoe avatar Jun 03 '18 13:06 aaronoe