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

Object selection options #7

Closed umangsh closed 2 years ago

umangsh commented 2 years ago

Describe the feature you'd like

  1. Is it possible to select custom objects other than String in the dropdown? Often choices will have an ID for form processing and a String for display:

items: MyObj (id: ..., name: ..., toString() => name)

  1. Support for async data fetch for populating items instead of expecting all items available up front. Even better if the data fetch is paginated.
esentis commented 2 years ago

Hello there😊 I really like your suggestions, I'll look into it the coming week, and make it happen (hopefully).

umangsh commented 2 years ago

Hi, just checking in. Were you able to look at this feature request?

esentis commented 2 years ago

Hi, just checking in. Were you able to look at this feature request?

Hello there, yes I have looked into it briefly but haven't found the time I wanted to implement & refactor the code.

Unfortunately, I can't give you an ETA right now. Of course every PR is welcome 🙏

umangsh commented 2 years ago

No worries 🤞. I'm new to Flutter - too early to contribute useful PRs unfortunately.