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 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-sliverI have a list of Raised buttons, I want the background color of the selected button to change in its …
flutter flutter-layout setstate flutter-sliverFor the last few days, I've been reading through flutter framework documentation and especially the sliver part but I'm not …
dart flutter flutter-sliverI'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-widgetI 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-sliverI am using a SliverAppBar in Flutter, with a background widget. The thing is When it's expanded, the title and …
flutter flutter-sliverthe flutter document show a demo for SliverAppBar + TabBar + TabBarView with ListView use NestedScrollView, and it's a bit complex, so …
flutter nestedscrollview flutter-sliverI am trying to use Sliver to implement collapsible list header. As I am changing widgets from normal to Sliver …
flutter flutter-sliverHow to make a button Fixed "Sticky" in bottom of CustomScrollView How to achieve like the screenshot https://i.stack.…
dart flutter flutter-sliverI 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