-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Update hashValues to Object.hash(...) #99
Comments
When will this be released ?? |
Flutter 3.27 just released so this packages is not officialy fucked. This needs to be fixed ASAP |
@letsar Please upload the latest version to pub.dev FAST |
@stan-at-work Ok 0.7.0 does resolve the issue, try |
Thanks @esentis |
Thanks - I appreciate your package! |
Hi @stan-at-work, this has been released in the 0.7.0 two months ago, so you should get a DeLorean DMC-12 VERY FAST to come back to the present in order to have the update 😉 |
It's strange — I have def been running 0.70 (cleaned and latest and all that, ofc) many times in the last month. Yet, it just blew up today with the new flutter release. stan-at-work could have been nicer, but is prob dealing with flutter blowing up a project today... as it did our project! For now, we have had to remove the dep on flutter_sticky_header |
Oops sorry 😣 i was a bit to hard. |
I can understand the frustration but I cannot stand this kind of attitude. We, Open Source maintainers, are also humans. We also have a job, we also need to sleep, we also have a personal life, but we are not someone's slave. We don't have to obey someone because we were kind enough to share code that this person chose to add as a dependency to their project. Do you think this kind of comment makes us want to help the person who wrote it? Spoiler alert: No! I also had projects broken due to a dependency, and I know I will have it again in the future. When the project is Open Source and has a permissive licence, if I cannot wait, I fork the project, fix it by myself and then do a PR to the project. And in the meantime I depend on my fork until my PR is merged. Is it ideal? No, I know it, but it is the responsibility I took when I chose to depend on the project. |
In the next flutter version the function hashValues will be removed and your package won't work anymore.
Please update hashValues to Object.hash(...) in the override of your hashCode at SliverStickyHeaderState
ref: https://api.flutter.dev/flutter/dart-ui/hashValues.html
The text was updated successfully, but these errors were encountered: