We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f1bbe commit 2117551Copy full SHA for 2117551
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 2.0.5
2
+
3
+- fix: resolves `T not a subtype of type 'Comparable<dynamic>'` when computing `hashCode`
4
5
# 2.0.4
6
7
- fix: use `SplayTreeSet` to resolve inconsistent `hashCode` for properties of type `Set` ([#142](https://github.com/felangel/equatable/issues/142))
pubspec.yaml
@@ -1,6 +1,6 @@
name: equatable
description: A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
-version: 2.0.4
+version: 2.0.5
repository: https://github.com/felangel/equatable
issue_tracker: https://github.com/felangel/equatable/issues
homepage: https://github.com/felangel/equatable
0 commit comments