Equatable for List<Object> doesn't work
c0c4i opened this issue ยท 2 comments
c0c4i commented
Describe the bug
I have a List<Step>
inside my class where Step
is extended with Equatable.
But when I dispatch a new state (same as the previous) but with a different Step inside List it doesn't update
Expected behavior
A new state with different Step on my List
Version
Dart SDK version: 2.12.2 (stable) (Wed Mar 17 10:30:20 2021 +0100) on "macos_x64"
felangel commented
Hi @c0c4i ๐
Thanks for opening an issue!
Can you please provide a minimal reproduction sample so that I can debug the issue locally? Thanks ๐
felangel commented
Closing for now since there isn't a reproduction sample. Feel free to provide a link to a minimal reproduction sample and I'm happy to take a closer look ๐