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

protect against out of range error. #137

Closed d6p2b closed 2 years ago

d6p2b commented 2 years ago

It looks like the out-of-range error that was described in #77 managed to creep back into the code. This pull request addresses the problem.