Bakri Alkhateeb
Bakri Alkhateeb

Reputation: 504

How to return a combination of SliverAppBar and SliverList in flutter

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 SliverAppBars and SliverLists.

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 SliverAppBars and SliverLists.

Anyone knows how to do that?

Upvotes: 1

Views: 360

Answers (1)

Bakri Alkhateeb
Bakri Alkhateeb

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

Related Questions