How to Use Sliver In Flutter
You might have already used ListView and GridView for your Flutter apps, but you probably never used the Sliver widget. That is why in this blog we’ll tackle how to use Sliver in Flutter. Thus, basically what Sliver does is to do some fancy scrolling, fancier than the ListView and GridView, to say specifically. Let’s …