smartnsoft / flappy_search_bar

SearchBar widget to handle most of search cases
MIT License
172 stars 94 forks source link

Trigerring onSeach automatically #31

Open chetan-cv opened 4 years ago

chetan-cv commented 4 years ago

Hey! it's a wonderful widget and very easy to use. I was wondering whether it is possible to add a mechanism where onSearch named parameter would trigger automatically. For eg: if there are some cards beneath the search bar (as pre-existing suggestions) and whenever a user taps on a card, onSearch method can be called and a particular string can be sent to search() function and we can get some result if found for that particular String Cheers!.