-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Bad working of toString #94
Comments
Don't use .map function, use + instead |
See my PR #95 |
Hi @polRk 👋 I don't believe this is an issue with Equatable. I think this is related to flutter/flutter#22665. If you still believe this is an Equatable-specific issue can you please provide a test-case which fails with the current implementation and succeeds with the proposed changes? Thanks 👍 |
Closing as this was fixed in #97 and published in v1.2.6 👍 |
My Task object
and
print(task);
return
Expected behavior
Show full record with sub records
Version
latest
The text was updated successfully, but these errors were encountered: