flutter_taggable 1.1.0 copy "flutter_taggable: ^1.1.0" to clipboard
flutter_taggable: ^1.1.0 copied to clipboard

Mention users, insert hashtags, and tag other entities with this lightweight, customizable package. It provides a database-friendly format for easy storing and parsing of tags.

1.1.0 #

  • Added the textStyleBuilder parameter to the TagTextEditingController constructor for determining the style of tags in the TextField, in favor of the textStyle parameter of the TagStyle class, which has been deprecated. The builder allows you to use the TextField's BuildContext when initializing the TagTextEditingController object in the initState method of a StatefulWidget, such that you can access inherited styles such as Theme.of(context).textTheme.

1.0.1 #

  • Fixed a formatting issue

1.0.0 #

  • First stable release. Please refer to the README, the API documentation, and the examples for more information.
  • Added support for tagging entities that have the same frontend format
  • Added fine-grained control over the backend format of tags. This allows for more flexibility, including no longer requiring whitespace on either side of a tag.
  • Added the convertTagTextToInlineSpans function, which converts tag text to inline spans with some customizability.

0.0.4 #

  • Fixed a formatting issue

0.0.3 #

  • Fixed a formatting issue

0.0.2 #

  • Minor fixes to publishing issues

0.0.1 #

  • Initial release
5
likes
0
points
134
downloads

Publisher

verified publisherwesselvandam.nl

Weekly Downloads

Mention users, insert hashtags, and tag other entities with this lightweight, customizable package. It provides a database-friendly format for easy storing and parsing of tags.

Repository (GitHub)
View/report issues

Topics

#tag #mention #hashtag #tagging #user

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_taggable