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.
I have a "NestedScrollView" that contains multiple "TabView" widgets and each one of those tabs has a list builder. The …
flutter flutter-layout flutter-sliveri 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-sliverI want to keepAlive my widgets which are already rendered in ListView. I was tried with addAutomaticKeepAlives:true properties which …
listview flutter flutter-layout flutter-sliverI have looked through the Flutter documentation to try and find an event, callback or even a state that I …
dart flutter flutter-layout flutter-sliverMy Flutter application is throwing an exception (ScrollController attached to multiple scroll views) when navigating away from a page that …
flutter flutter-sliverWhat are the differences between SliverList and ListView in Flutter?
flutter flutter-layout flutter-sliverHow 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-appbarI 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-sliverI need to implement the following layout in Flutter. When the user scrolls, I want the entire layout to scroll (…
flutter widget flutter-layout flutter-sliverI'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