flutter_tags
flutter_tags copied to clipboard
Is it possible to achieve horizontal scroll with multiple rows?
I'm trying to achieve horizontal scroll with multiple rows. I tried horizontalScroll: true,
, but it only show a single row. Is there any way to do it?
By the way, Thanks for building such a nice package!
@ykaito21 I'm sorry, at the moment it is not possible...you could temporarily use 2 widget tags as a solution.