You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a calendar with an infinite list with one card for each date. Each date is a SliverStickyHeader that contains a header and a SuperSliverList with just 1 item.
I am able to scroll to specific SliverStickyHeader using animateTo whenever user selects a date on calendar, but I'm unable to figure out how to get a callback on which sticky header is current sticking/on-top for changing the date on calendar as the user scrolls.
The text was updated successfully, but these errors were encountered:
I'm not sure what you're trying to do, but if you have large amount of SuperSliverList each of them only one item, the performance is not going to be good.
I have a calendar with an infinite list with one card for each date. Each date is a SliverStickyHeader that contains a header and a SuperSliverList with just 1 item.
I am able to scroll to specific SliverStickyHeader using animateTo whenever user selects a date on calendar, but I'm unable to figure out how to get a callback on which sticky header is current sticking/on-top for changing the date on calendar as the user scrolls.
The text was updated successfully, but these errors were encountered: