fluttercandies / flutter_scrollview_observer

A widget for observing data related to the child widgets being displayed in a ScrollView. Maintainer: @LinXunFeng
https://pub.dev/packages/scrollview_observer
MIT License
438 stars 47 forks source link

feature: add isFixedHeight parameter support for the JumpTo method of GridView #52

Closed percival888 closed 1 year ago

percival888 commented 1 year ago

add a feature support for GridView when it jump to specified index, now we can set isFixedHeight with true.

for GridView items of fixed height, there's no longer need to calculate with sliding, but calculates height and spacing, directly jumping to the specified position