4inka / flutter_easy_search_bar

Other
13 stars 22 forks source link

Opening overlay on pressing search button #10

Closed vctrgbrl closed 1 year ago

vctrgbrl commented 1 year ago

I have a project where I use this package, but a client was kinda annoyed that when you close the search widget and open again the suggestions doesn't appear immediately. It is a silly thing, but I think it adds some value to the package.

4inka commented 1 year ago

Hello @vctrgbrl

I understand your concern and it is a very useful feature but since some users may also not like the feature I added a parameter named openOverlayOnSearch (default is set to false). This parameter when set to true does exactly what you need. 😄 Just update the package and you can have access to the new parameter.

Hope it helps and have a nice day