-
Notifications
You must be signed in to change notification settings - Fork 71
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
I can't seem to understand what the error is. #57
Comments
Have the same error stack in Crashlytics:
|
Did you guys found any fix or know whats wrong? |
Same issue, has anyone found a fix? This happens for me when I use a filter and the result from the database is empty. This seems to only happen after the widget is loaded so if the list is empty on first load, it works fine. Hoping there is a solution, otherwise I sadly have to remove from the app. Thanks. |
I added PR from another PR #53 that I saw but it had merge issues. This seems to fix the issue locally. If either can be merged soon, that would be great, thanks! |
will there be fix soon? my workaround is this -> it works without triggering the error and if you have RefreshIndicator above, it will work aswell:
|
I was using the GroupedListView but then decided to switch over to the Sticky one. Then, I started getting errors. When the message is loaded, I get this error:
I already but a check on whether the messageList is empty or not, and I am sure of what am saying. Whenever the message is fully loaded, I get the "Bad State, No element" error.
The Sticky Widget:
Where it is passed:
I need a fast fix
The text was updated successfully, but these errors were encountered: