grouped_list
grouped_list copied to clipboard
A Flutter ListView in which items can be grouped into sections.
i have list of model object which has inner list of other models every thing is well but when i scroll down sticky group separator text have changed to new...
I have two lists using StickyGroupedListView. when i click the the group item to change the children of group's visibility, group item name turned to the second one's name. ```...
Has anyone implemented this library with pull to refresh option successfully? Like pull_to_refresh package. Pull to refresh only happens when you pull the first section header, but when pulling other...
Hi, i am trying to use GroupedListView inside Obx, but always gives me an error, "improper use of Getx has been detected". My Code is GroupedListView( elements: menuOptionsController.menuOptions, groupBy: (element)...
I would like to calculate the total based on a date. It would be great if I could get the group in the group header builder or some way to...
When using a normal `ListView.builder` or any kind of scrollable, the whole app does not rebuild. But when using `GroupedListView` and when we are scrolling the whole page rebuilds causing...
Hi, I'm suggesting that itemCount be added to the parameters available. As this will allow adding an extra widget : In a scenario where i plan to add a Text...
Please add item Count so we can add extra widget