autocomplete_tag_editor 1.0.7 copy "autocomplete_tag_editor: ^1.0.7" to clipboard
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 to 300.
  • Added new param maxSuggestionCount. limits the suggestions list to the given number. defaults to 5.

1.0.3 #

  • Custom tag would be created if the input is unfocused. (if allowCustomTags is true )
  • 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 using suggestionBuilder with String type.

1.0.0 #

  • Added customization for tags and suggestions.

0.0.1 #

  • Initial release
2
likes
155
points
350
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget for tag input with autocomplete functionality

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on autocomplete_tag_editor