flutter_sticky_header icon indicating copy to clipboard operation
flutter_sticky_header copied to clipboard

Update hashValues to Object.hash(...) (deprecated)

Open stan-at-work opened this issue 1 year ago • 0 comments

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

image

image

stan-at-work avatar Aug 22 '24 07:08 stan-at-work