-
Notifications
You must be signed in to change notification settings - Fork 552
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
[BUG] Null pointer Exception #302
Comments
Do you have more info or examples to reproduce it? |
@wh1990xiao2005 同问,怎么办 Same problem ?how do? @FireSlime |
遇到同样的问题,请问问题解决了吗?没有解决的话,为什么这个issue被关闭了? |
Please, lets keep the discussion in english. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error Message:
The method 'toDouble' was called on null.
Receiver: null
Tried calling: toDouble()
Stack:
When the exception was thrown, this was the stack:
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5)
#1 int./ (dart:core-patch/integers.dart:30:36)
#2 PhotoViewDefaultLoading.build (package:photo_view/src/photo_view_default_widgets.dart:25:39)
#3 StatelessElement.build (package:flutter/src/widgets/framework.dart:4576:28)
#4 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4502:15)
...
The text was updated successfully, but these errors were encountered: