-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
hashValues Not defined error #1360
Comments
That PR needs to be merged ASAP |
https://pub.dev/packages/better_player_enhanced |
Thank you! |
Can you also fix the namespace? I'm using this package https://pub.dev/packages/better_player_enhanced. Thank you! |
Sure. Working on it. Will release new update in an hour. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: