Issues
- 0
- 1
Differences in default value of `EquatableConfig.stringify` in debug/release modes can lead to unexpected issues
#181 opened by AhmedLSayed9 - 3
Questions on Using `covariant` in Equatable Macro & Consideration of `.hashAll` Method for Hashing
#177 opened by manishgautammg3994 - 8
feat: rewrite using macros
#175 opened by felangel - 2
- 0
- 1
runtimeType usage
#100 opened by creativecreatorormaybenot - 10
testing equality of derived types
#131 opened by ride4sun - 5
Enum implementing Equatable related classes
#147 opened by FMorschel - 16
Add field labels when generating toString
#92 opened by JamesMcIntosh - 2
`Equatable` is redundant with `EquatableMixin`
#160 opened by shilangyu - 4
feat request: add `stringifyProps`
#145 opened by narcodico - 12
List of object dosen't work correctly
#159 opened by MajdSallora - 1
- 2
Publish a new version
#171 opened by EchoEllet - 5
Why do we need to compare runtimeType?
#165 opened by anggaaryas - 3
- 3
Use Dart 2.14's new hashing functions
#129 opened by hacker1024 - 2
`Foo(1) == Foo(1.0)` is false
#167 opened by Mike278 - 1
Do Equatable actually need to be immutable
#168 opened by Nikzed - 3
Upgrade sdk to include Dart 3
#162 opened by soeren-schmaljohann-2denker - 3
A Map considered equal even if its not
#164 opened by giacomomasseron - 3
Support for mutable class objects
#166 opened by busslina - 3
- 3
Provide lint for forgotten fields in props
#158 opened by petrnymsa - 5
`runtimeType` prevents from using generic type
#157 opened by ValentinVignal - 1
Doesn't work with List<File> as property
#155 opened by DamnDaniel-98 - 3
Storing the hashCode
#153 opened by MelbourneDeveloper - 3
- 0
- 1
Same hashcode for different new lists
#139 opened by iamafzalhassan - 4
Equal not working as expected
#138 opened by javicerezuela - 7
Strange behavior when comparing objects with lists
#126 opened by samuellow - 1
Why the equatable need to be @immutable?
#134 opened by Katekko - 4
- 13
- 7
Should EquatableMixin.== have Object instead of Object? as an argument?
#115 opened by tuanvugoodmoney - 2
Equatable for List<Object> doesn't work
#121 opened by c0c4i - 3
- 0
- 0
listEquals returns true when it should be false
#117 opened by Macacoazul01 - 2
Overriding props with blank list
#116 opened by tirth-stasis - 4
Question about Equatable and immutability
#112 opened by TheMeanCanEHdian - 2
Null check operator used on a null value
#113 opened by DarkHeros09 - 1
- 0
Setting class attributes by index
#110 opened by eltiganiomar - 1
Add a displayableProps
#99 opened by LefebvreIlyas - 4
Bad working of toString
#94 opened by polRk - 0
- 4
Support different props for == and hashcode
#96 opened by xuanswe