4inka / flutter_easy_search_bar

Other
13 stars 22 forks source link

how can i use 'debounceTime' on EasySearchBar #11

Closed bluesiboy closed 1 year ago

bluesiboy commented 1 year ago

when type search words, OnSearch will run many times.

bluesiboy commented 1 year ago

or listen Enter keyboard event.

4inka commented 1 year ago

Hello @bluesiboy,

First of all, I'm sorry for only being able to respond to your issue after a long time. There's a parameter called debounceDuration and I think it can help you achieve what you need.

Have a nice day