sticky_header_list icon indicating copy to clipboard operation
sticky_header_list copied to clipboard

[DEPRECATED] Sticky Headers List for Flutter

Results 7 sticky_header_list issues
Sort by recently updated
recently updated
newest added

Do you happen to have the coding project that you have as a poison? Which football time schedule app?

I encounter this exception when scrolling down on a list with a header row and single regular row. It would appear that `_StickyChildBuilderDelegate.build` is being called with `index=2`, but `this.children.length...

I get this error when i start scrolling down the list... This is build inside a TabView. Here is my build method. ``` StreamBuilder buildByDateFb(String documentRef, GlobalKey scaffoldState) { return...

why use pagination, header list can not change?

The `ListView.builder()` class has an option for creating separator between items, which is called `separatorBuilder`. Could you add such option as well? Thanks for the widget, it's great!

The issue is that the wrong number of items get built. The headers scroll up at the wrong time. And then i get an out of range exception. I changed...