Reputation: 504
I have an app that has a cart screen, in this screen I want to divide the ordered products according to their respective factories, so I want to use SliverAppBar
s and SliverList
s.
Now what I really need is to make a custom widget that can returns a SliverAppBar
and a SliverList
together so that I build this widget and get multiple SliverAppBar
s and SliverList
s.
Anyone knows how to do that?
Upvotes: 1
Views: 360
Reputation: 504
I found a package on pub.dev that can do that, it's called sliver_tools and here's the link to it here
Upvotes: 1