1

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?

Bakri Alkhateeb
  • 453
  • 1
  • 6
  • 16

1 Answers1

1

I found a package on pub.dev that can do that, it's called sliver_tools and here's the link to it here

Bakri Alkhateeb
  • 453
  • 1
  • 6
  • 16