Category : Header

flutter_sticky_header A Flutter implementation of sticky headers with a sliver as a child. Features Accepts one sliver as content. Header can overlap its sliver (useful for sticky side header for example). Notifies when the header scrolls outside the viewport. Can scroll in any direction. Supports overlapping (AppBars for example). Supports not sticky headers (with sticky: false parameter). ..

Read more