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 - App bar scrolling with overlapping content in Flexible space

i am trying to recreate App bar scrolling with overlapping content in Flexible space using flutter. the behavior is demonstrated …

flutter flutter-layout flutter-sliver flutter-animation
Flutter CustomScrollView slivers stacking

I am trying to create a scrollView using CustomScrollView. The effect that I need, is very similar to this one. …

flutter flutter-sliver
ListView inside Column causes 'Vertical viewport was given unbounded height'

I am new to flutter and having trouble with layouts. I want something like this: A sticky header and a …

android listview flutter flutter-layout flutter-sliver
Flutter sliver container

I'm new to flutter and I'm not able to achieve the layout I want. I have one sliverAppBar with 3 tabs. …

flutter scrollview flutter-sliver
Pinned SliverPersistentHeader overlaps with Android StatusBar

I'm working with Slivers. I have an SliverAppBar, then a SliverPersistentHeader and finally a SliverList. The behavior I want to …

flutter flutter-sliver