Dn-a / flutter_tags

With flutter tags you can create selectable or input tags that automatically adapt to the screen width
https://pub.dartlang.org/packages/flutter_tags
MIT License
507 stars 127 forks source link

Is it possible to achieve horizontal scroll with multiple rows? #39

Open ykaito21 opened 4 years ago

ykaito21 commented 4 years ago

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!

Dn-a commented 4 years ago

@ykaito21 I'm sorry, at the moment it is not possible...you could temporarily use 2 widget tags as a solution.