python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SliverAppBar with TabBar and SliverList inside CustomScrollView causes: ScrollController is currently attached to more than one ScrollPosition
Having a SliverAppBar with a TabBar and a list of items, causes the scroll controller to complain.
I have implemented it in the following way,there is a NestedScrollView that has a SliverAppBar, a Sli...
Skylar
Votes: 0
Answers: 1
How to implement staggered grid view with SLIVERS in Flutter?
I want to implement a Staggered GridView, because my SliverGrid delegate requires an aspect ratio, and I want the grid items to be dynamically sized which is only possible with staggered gridview as ...
Arinton Akos
Votes: 0
Answers: 4