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
508 stars 124 forks source link

How to restrict the row and enable vertical scroll #47

Closed maheshlalu closed 3 years ago

maheshlalu commented 4 years ago

How to restrict the row and enable vertical scroll after 3 rows.

maheshlalu commented 4 years ago

@Dn-a please help me out.

kwent commented 4 years ago

I would be interested by this feature as well !

Dn-a commented 4 years ago

@maheshlalu you should do it with customscrollview

avi-yadav commented 4 years ago

I just wrapped the Tags widget inside a ListView and gave only one child.