mention_tag_text_field 0.0.9
mention_tag_text_field: ^0.0.9 copied to clipboard
A Flutter package which adds the mention or tag capabilities to existing TextField or TextFormField widget in Flutter.
0.0.9 #
Updated
- Referenced gif and image in the documentation
0.0.8 #
Added
- Copy/cut support and example added.
0.0.7 #
Fixed
- Mention not triggering on line breaks.
- Inconsistencies in the docs
0.0.6 #
Fixed
- Issue where cursor moved to end of the text on editing in MentionTagTextFormField.
0.0.5 #
Added
- Environment variables example like in Postman.
0.0.4 #
Fixed
- Issue where suggestions appeared even when the cursor moved away.
0.0.3 #
Added
- Updated documentation.
0.0.2 #
Added
- Separate styling for specific mentions.
0.0.1 #
Initial version
- Initial release with basic features.