I have a list of items i want to filter with when a container is selected, when you select an item it should take you a different widget which also have a list of items.
I’ll give a picture below for better clarifications.
I try looking for packages in pub.dev that can help me achieve this faster but can’t find one.
I also tried achieving this with my customisations but i can’t get it. 🙁
Pleas i’ll need answers. Thank you!
4
Answers
I think this package will help you to achieve this:
https://pub.dev/packages/buttons_tabbar
Use
FilterChip
Widget andListView
widget(Horizontal).use
ChoiceChip()
I also assumed the data text in the choice chip came from a backend of some sortYou can simply like this
Output: