alexrindone / flutter_textfield_search

FTFS is a Flutter package which uses a TextField Widget to search and select a value from a list. It's a simple, lightweight, and fully tested package unlike other "autocomplete" or textfield search packages with 100% code coverage.
BSD 2-Clause "Simplified" License
27 stars 33 forks source link

Handle objects #41

Open Wissperwind opened 2 years ago

Wissperwind commented 2 years ago

Hi, It would be cool to handle objects. Search, get a list of objects, provide a builder method to build a table entry, select one entry, the result of the toString is displayed in the textfield. Option to get the selected object.