-
Notifications
You must be signed in to change notification settings - Fork 211
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
[Question] Does this have null safety? #174
Comments
You should try 1.1.16 |
Also if you are interested there is a v2 branch with new changes if you are willing to try it. |
Hey, I wasn't willing to try new v2 just yet because I was not doing any new development, just upgrading the app to null safety, that's all. This is the error I am getting whenever messages list is not empty: `======== Exception caught by widgets library ======================================================= Bad state: No element The relevant error-causing widget was: Any help to resolve this, and also, how can I try v2 in case this can't be solved just yet? Thanks! |
Hey, I just tested this on v1.1.16 and can't reproduce this. |
I also encountered this problem after upgrading to 1.1.16. Plan to downgrade to 1.1.15 again after the issue has been resolved. |
I know it is no longer in development, but I recently migrated my app to null safety and parsed_text which this library depends on was causing problems, My chat implementation was working properly before migrating, I want to know if there is official implementation of null safety for this library because I can't see it in pub.dev and the one I downloaded
dash_chat: ^1.1.15-nullsafety
has problems.The text was updated successfully, but these errors were encountered: