esentis / infinite_grouped_list

Dynamic scrolling list in Flutter, efficiently grouping items and seamlessly loading more data as user scrolls
https://pub.dev/packages/infinite_grouped_list
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Slivers support #4

Open SirojiddinBoltayev opened 4 months ago

SirojiddinBoltayev commented 4 months ago

Hi, How to use InfiniteGroupedList with Slivers to perform floating appbar for example? Looks like only the first header interact with floating AppBar while scrolling... Thank you!

esentis commented 4 months ago

Hello @SirojiddinBoltayev, Thanks for using the library and taking the time to open the issue. I'll look into it, meanwhile can you provide minimal code showcasing the issue ?

Cheers.