Top "Flutter-sliver" questions

A Sliver is a portion of a scrollable area that animate on scroll events, like stick to the top or expand when pulled to the bottom.

Horizontally scrollable cards with Snap effect in flutter

I want to create a list of cards scrolling horizontally with snap to fit effect when swiped either from left …

dart flutter flutter-layout flutter-animation flutter-sliver
How to change the background color of raised button dynamically in onPressed()

I have a list of Raised buttons, I want the background color of the selected button to change in its …

flutter flutter-layout setstate flutter-sliver
flutter implement sticky headers and the snap to item effect

For the last few days, I've been reading through flutter framework documentation and especially the sliver part but I'm not …

dart flutter flutter-sliver
flutter - SliverList / SliverChildBuilderDelegate supply initial index or allow negative indices

I'm currently building a calendar view in Flutter using a SliverList and a SliverChildBuilderDelegate such that I don't have to …

flutter dart flutter-layout flutter-sliver flutter-widget
Flutter TabBar and SliverAppBar that hides when you scroll down

I am trying to create an app with a top application bar and a tab bar below. When you scroll …

android dart flutter flutter-layout flutter-sliver
Flutter How to check if Sliver AppBar is expanded or collapsed?

I am using a SliverAppBar in Flutter, with a background widget. The thing is When it's expanded, the title and …

flutter flutter-sliver
how to implement a sliverAppBar with a tabBar

the flutter document show a demo for SliverAppBar + TabBar + TabBarView with ListView use NestedScrollView, and it's a bit complex, so …

flutter nestedscrollview flutter-sliver
Is there any definite list of Sliver widgets

I am trying to use Sliver to implement collapsible list header. As I am changing widgets from normal to Sliver …

flutter flutter-sliver
Flutter Fixed Button in CustomScrollView

How to make a button Fixed "Sticky" in bottom of CustomScrollView How to achieve like the screenshot https://i.stack.…

dart flutter flutter-sliver
Listview inside the scroll view in flutter

I am trying to make this type of view there 3 types of news latest,sport and old news which are …

flutter flutter-layout flutter-sliver