Dimibe / sticky_grouped_list

A ScrollablePositionedList in which items can be grouped into sections with sticky headers.
https://pub.dev/packages/sticky_grouped_list
MIT License
184 stars 71 forks source link

how to use GroupedItemScrollController? #37

Closed pradeep14598 closed 2 years ago

pradeep14598 commented 2 years ago

In my case i need to scrollTo or JumpTo Specific group header not item,by using GroupedItemScrollController i can only move to item index. How can i scroll to specific group header

wedx8199 commented 2 years ago

Did anyone manage to solve this?