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

CircleAvatar of image #29

Closed SamadiPour closed 5 years ago

SamadiPour commented 5 years ago

image property is too much limited! it would be better if you change final ItemTagsImage image; to final widget image; or at least put some option to enable/disable CircleAvatar!

thanks for your awesome library

Dn-a commented 5 years ago

@SamadiPour thanks for your feedback. I'll do my best in the next release.

Dn-a commented 5 years ago

@SamadiPour new release 0.4.4, check and leave feedback. you can use the child field to insert any widget ItemTagsImage(child:)

SamadiPour commented 5 years ago

@Dn-a Thanks for your support ❤️