We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This PR removes the usage of deprecated hashValues in favor of Object.hash to align with the latest changes in Flutter 3.27.0.
hashValues
Object.hash
Originally posted by @kingace2056 in #1358
The text was updated successfully, but these errors were encountered:
That PR needs to be merged ASAP
Sorry, something went wrong.
https://pub.dev/packages/better_player_enhanced I've fixed the issue and published package, You can use it until the developer fixes the issue.
No branches or pull requests
Summary
This PR removes the usage of deprecated
hashValues
in favor ofObject.hash
to align with the latest changes in Flutter 3.27.0.hashValues
function has been replaced byObject.hash
in all relevant files.Changes
hashValues
withObject.hash
Originally posted by @kingace2056 in #1358
The text was updated successfully, but these errors were encountered: