Flutter — Slivers and CustomScrollView
How to achieve fast nested scrolling effects with Slivers?
Today we’re going to talk about how to Slivers
. Let’s say we want to display a list view or grid view on the screen, we can easily take advantage of ListView or GridView. But what if we want to show them both on the same page and scroll the screen as one page? Slivers
comes to save our lives!