input_tagger 0.0.2
input_tagger: ^0.0.2 copied to clipboard
A Flutter widget that provides tagging capabilities with spaces in tags, supporting various triggers like @ and # with customizable styling.
0.0.2 #
- Improved tag formatting with better nested tag handling
- Added direct tag deletion when cursor is within a tag
- Enhanced default pattern handling with sensible defaults
- Optimized formatted text generation for better performance
- Fixed tag selection and cursor positioning issues
- Improved tag retrieval with optimized implementation
0.0.1 #
- Initial release of input_tagger
- Support for tags with spaces
- Multiple trigger characters (@, #, etc.)
- Customizable tag styles
- Dynamic overlay for tag suggestions
- Easy integration with existing text fields