-
Notifications
You must be signed in to change notification settings - Fork 548
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
Null check operator used on a null value #443
Comments
I have a similar crash report. This is from Countly tools.
I think, you should fix this class:
|
There is also this one :
|
And this one too :
|
Hi, I am using photo_view: ^0.13.0 from 5 Oct and the issue that @deremakif described is still present. Could you please fix it) |
Thank you! |
@renancaraujo, the issue in my previous comment happen with routing, or if you dispose the controller and immediately create a new one to get a new initPosition for exemple. There is a very simple fix, just protect the nullity with ? instead of enforcing int with ! in the dispose method.
Let me know if you want a PR for it. Regards |
Any updates on this? |
Is this still hapening on 0.14.0? |
I have a bug when user download app from store and chplay. The error detected by sentry package. I tried to check my code and i think error is started from your side
The text was updated successfully, but these errors were encountered: