Flutter UI tips and tricks

Sticky header - A ListView inside a ListView in Flutter

Jelena Lecic
2 min readDec 20, 2020

It may look like this sub-header list item is really sticking up to the header, but in fact, that is just a fake double of the real LisView sub header item :)

We detect the amount of scroll that user has performed, and if user has scrolled more than the size of yellow scrollable…

--

--