-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
breaking change: equals
removed in v2.0.6
#187
Comments
Sorry about that! I’ll get a fix out shortly — I was under the impression that the utilities were not publicly exported. |
@LukasMirbt I just took a look and it doesn't look like |
Hm, yea you're right. It imports Is it still worth adding it back considering how widely used the package is and that it breaks some use cases (even if the file is inappropriately imported)? |
Even though it's technically not a breaking change I re-introduced |
This should be fixed in v2.0.7 🎉 |
Describe the bug
The public
equals
function was removed fromequatable_utils.dart
in v2.0.6 causing dependent code to break.Additional context
In my case, I use the dart-dio OpenAPI generator with
equalityCheckMethod: equatable
which broke in v2.0.6.The text was updated successfully, but these errors were encountered: