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 customize close button place? #95

Open PavelTurk opened 1 year ago

PavelTurk commented 1 year ago

I need to build a person tag list, where every tag has a person avatar icon (left) and a user name (right). If a user taps on a tag, then close button must appear instead (on the place) of the person avatar. If the user taps again, then close button disappear and on its place again person avatar. Can I implement such functionality using flutter_tags?