flutter_sticky_header
flutter_sticky_header copied to clipboard
Update hashValues to Object.hash(...) (deprecated)
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