tagged_field 1.0.0
tagged_field: ^1.0.0 copied to clipboard
Flutter TextField with tag autocomplete and chip visualization
1.0.0 #
- Initial release of tagged_field
- TextField with inline key-value tag recognition using
key=valuesyntax - Real-time chip visualization for recognized tags with customizable colors
- Autocomplete dropdown with keyboard navigation, for tag keys and per-key value suggestions
- Customizable styling via
TaggedFieldStyle - Configurable behavior via
TaggedFieldBehavior - Horizontal scrolling with caret tracking
- Cross-platform support (Web and mobile)