esentis / multiple_search_selection

A highly customizable multiple selection widget with fuzzy search functionality.
https://pub.dev/packages/multiple_search_selection
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

Allow setting controllers and a couple other customizations #24

Closed anqit closed 1 year ago

anqit commented 1 year ago

ok, should be fixed

esentis commented 1 year ago

Great everything looks good, will be released with the next version. Next version will also refactor how we render the showedItems to be lazily build instead of ListView & shrinkWrap since it effects performence when we are dealing with large lists.