tagged_field 1.0.3
tagged_field: ^1.0.3 copied to clipboard
Flutter TextField with tag autocomplete and chip visualization
1.0.3 #
- Temporarily disabled web support due to focus handling issues
- Added Windows, macOS, and Linux support
1.0.2 #
- Add example app and refine readme.md
1.0.1 #
- Added documentation comments to all public classes and members
- Internal refactoring: converted internal-use classes to private (no API changes)
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)