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

Possibility to remove tag #11

Closed d3xt3r2909 closed 5 years ago

d3xt3r2909 commented 5 years ago

It would be very good that there is a possibility to remove one tag (same as on InputTags with "x" button), but without an option, for a user to add new tags.

Dn-a commented 5 years ago

@d3xt3r2909 now you can create a popupmenu with the remove function

d3xt3r2909 commented 5 years ago

Youp, but with popupmenu you have one additional tap for user

Dn-a commented 5 years ago

@d3xt3r2909 I will insert this feature in later versions

Dn-a commented 5 years ago

@d3xt3r2909 new version 0.4.2. check and leave feedback