quire-io / scroll-to-index

scroll to index with fixed/variable row height inside Flutter scrollable widget
MIT License
510 stars 104 forks source link

Scroll to an index is not working when row height is too large #111

Open jerrywell opened 6 months ago

jerrywell commented 6 months ago

replace the following snippet with the line of example code

randomList = List.generate(maxCount, (index) => <int>[index, 999]);

it won't work when we scroll to any index.