CineReel
CineReel copied to clipboard
Another exception was thrown: type '(dynamic, dynamic) => Null' is not a subtype of type 'ImageStreamListener' of 'listener'
This is an exception thrown while running the app
Can you reproduce this consistently and if so would you mind sharing the steps to reproduce?
thanks
same here, i just run app after generated model
image_loader.dart Line 35: Replace: image?.image?.resolve(ImageConfiguration())?.addListener((i, b)
By: image?.image?.resolve(ImageConfiguration())?.addListener(new ImageStreamListener((ImageInfo image, bool synchronousCall)
Can Anyone tell me how to run this app?