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.

Flutter tabsView and NestedScrollView scroll issue

I have a "NestedScrollView" that contains multiple "TabView" widgets and each one of those tabs has a list builder. The …

flutter flutter-layout flutter-sliver
Flutter how to do for inside for loop with list widget?

i need to do for inside for loop inside widgets. i create two widgets and i called it form another …

flutter android-widget flutter-layout flutter-sliver
flutter ListView KeepAlive after some scroll

I want to keepAlive my widgets which are already rendered in ListView. I was tried with addAutomaticKeepAlives:true properties which …

listview flutter flutter-layout flutter-sliver
Flutter: Change text when FlexibleSpaceBar is collapsed

I have looked through the Flutter documentation to try and find an event, callback or even a state that I …

dart flutter flutter-layout flutter-sliver
Flutter Exception: ScrollController attached to multiple scroll views

My Flutter application is throwing an exception (ScrollController attached to multiple scroll views) when navigating away from a page that …

flutter flutter-sliver
Differences between SliverList vs ListView in Flutter

What are the differences between SliverList and ListView in Flutter?

flutter flutter-layout flutter-sliver
Flutter GridView with Header

How to create the grid view with scrollable toolbar in FLUTTER. I have found the list view with header ListViewWithHeader. …

gridview flutter flutter-layout flutter-sliver flutter-appbar
Make SliverAppBar have an image as a background instead of a color

I have a SliverAppBar with a background image. When collapsed it has a blue color as a background: But instead …

user-interface flutter layout flutter-layout flutter-sliver
How to create a bounded scrollable TabBarView

I need to implement the following layout in Flutter. When the user scrolls, I want the entire layout to scroll (…

flutter widget flutter-layout flutter-sliver
How to get the SliverPersistentHeader to "overgrow"

I'm using a SliverPersistentHeader in my CustomScrollView to have a persistent header that shrinks and grows when the user scrolls, …

flutter flutter-layout flutter-sliver