Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another exception was thrown: type '(dynamic, dynamic) => Null' is not a subtype of type 'ImageStreamListener' of 'listener' #7

Open
beingentangled opened this issue Aug 29, 2019 · 4 comments

Comments

@beingentangled
Copy link

This is an exception thrown while running the app

@kserko
Copy link
Owner

kserko commented Aug 29, 2019

Can you reproduce this consistently and if so would you mind sharing the steps to reproduce?

thanks

@dopefaceee
Copy link

same here, i just run app after generated model

@mukashivn
Copy link

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)

@the-helel
Copy link

Can Anyone tell me how to run this app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants