smartnsoft / flappy_search_bar

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

Autofocus feature #15

Open lazyseals opened 4 years ago

lazyseals commented 4 years ago

Hey there,

I am implementing the Flappy Search Bar as a new screen in my, which appears when a user clicks on a search button somewhere else in my app. Therefore it would be quite useful if autofocus would be supported as it is in the Flutter TextField class for example. As for now the user needs to click in the Searchbar again to open the keyboard. I havent found a property which looks like the one I need.

Thank you very much! Daniel

adschi commented 4 years ago

So is this available already?

manos1212 commented 3 years ago

You can edit flappy_search_bar.dart file and set autofocus: true under the TextField widget!