Pin sticky headers on top when adding slivers to a reverse CustomScrollView or ListView – Telegram API
I am implementing a chat widget and using https://github.com/letsar/flutter_sticky_header library to separate messages by date, you can see the same behavior on Whatsapp and Telegram. I am building several slivers that each contain messages on that date and a header…