-
Notifications
You must be signed in to change notification settings - Fork 47
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
The getter 'width' was called on null. #2
Comments
I have the same issue |
Same here |
I have the same issue too. Does anyone find a way to fix this? |
Same issue |
@subhendukundu Is the app crashing due to this exception? I can see this in the logs but don't see any effect on the app. Though to avoid this exception, I've used
|
@AnupKumarPanwar I've stored some data on a localhost monogdb database and am getting the data from there to render it on my explorer page. While running the app, it sometimes gives an error of "NoSuchMethodError: : Getter Length called on null", not always. Initially I thought importing the non-null safe version would solve the issue but it still persists. I have enclosed my code below, please tell me how to solve it. Here, userExplorer is of the type List where Explorer is a custom class where the data from snapshot is stored.
|
This L287 throwing an error of
The getter 'width' was called on null.
Is there a way to fix this?
Using it as follows.
Then in
MyHomePage
The text was updated successfully, but these errors were encountered: