autocomplete_tag_editor 1.0.7
autocomplete_tag_editor: ^1.0.7 copied to clipboard
A Flutter widget for tag input with autocomplete functionality
1.0.6 #
- Added
onFocusChange
callback to track input field focus state - Improved performance with cached suggestion filtering
- Enhanced keyboard interaction and overlay positioning when keyboard is visible
- Added smart first tap detection for better focus management
- Fixed memory leaks by properly cleaning up overlay entries
- Improved state management during widget lifecycle
- Added better error prevention for duplicate tags
1.0.5 #
- Enhanced input field animations and visibility behavior
- Improved overlay positioning and animations
- Added smooth transitions for tag creation and removal
- Fixed focus handling when tapping on the input area
1.0.4 #
- Added new param
minimumSpaceRequiredBelow
. This helps determine weather the suggestions list should show below or above the input field. defaults to300
. - Added new param
maxSuggestionCount
. limits the suggestions list to the given number. defaults to5
.
1.0.3 #
- Custom tag would be created if the input is unfocused. (if
allowCustomTags
istrue
) - Custom tag creator operator (previosuly a
space
) is now changed with','
1.0.2 #
- Added
TextStyle
for input field customization
1.0.1 #
- Fixed issue of
displayValueBuiler
when usingsuggestionBuilder
with String type.
1.0.0 #
- Added customization for tags and suggestions.
0.0.1 #
- Initial release