Skip to content

Replaced deprecated hashValues function with Object.hash in Flutter v3.27.0#1362

Open
kingace2056 wants to merge 1 commit intojhomlala:masterfrom
kingace2056:fix/hashIssue
Open

Replaced deprecated hashValues function with Object.hash in Flutter v3.27.0#1362
kingace2056 wants to merge 1 commit intojhomlala:masterfrom
kingace2056:fix/hashIssue

Conversation

@kingace2056
Copy link
Copy Markdown

Summary

This PR removes the usage of deprecated hashValues in favor of Object.hash to align with the latest changes in Flutter 3.27.0.

Changes

  • Replaced hashValues with Object.hash

@kingace2056
Copy link
Copy Markdown
Author

#1360

@ebsangam
Copy link
Copy Markdown

ebsangam commented Dec 25, 2024

You should never change package version blindly. collection is pinned to version 1.18.0 by flutter_test from the flutter SDK. It will only create more dependency issues. Let's revert he collection version constraint.

Edit: My bad I was looking at old Flutter SDK.

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

Successfully merging this pull request may close these issues.

2 participants