Skip to content
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

Flutter 3.27 incompatible: replace all hashValues with Object.hash #83

Open
koldoon opened this issue Dec 24, 2024 · 1 comment
Open

Comments

@koldoon
Copy link

koldoon commented Dec 24, 2024

Current (1.0.1) version in pub.dev in incompatible with Flutter 3.27 due to deprecated API usage. All usages of hashValues() must be replaced with Object.hash()

@g-starr
Copy link

g-starr commented Dec 30, 2024

Current (1.0.1) version in pub.dev in incompatible with Flutter 3.27 due to deprecated API usage. All usages of hashValues() must be replaced with Object.hash()

There's a open pull request here: #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants