Dimibe / grouped_list

A Flutter ListView in which items can be grouped into sections.
https://pub.dev/packages/grouped_list
MIT License
395 stars 106 forks source link

Resolve out of range error #138

Closed d6p2b closed 2 years ago

d6p2b commented 2 years ago

The out of range error described in issues #77 appears to have found its way back into the code. This should fix it again.

Hollow-Ego commented 2 years ago

I believe that the error in _scrollListener was never actually fixed. Though this one seems to be very situational. In PR #110 the same error was fixed for _showFixedGroupHeader and is still fixed.

Thank you for fixing it. I was just starting to look into it too.