ArcticZeroo / flutter-search-bar

(mostly) Automatic search-enabled appBar for flutter
BSD 3-Clause "New" or "Revised" License
266 stars 69 forks source link

Show search bar right away. #22

Open LucasCoderT opened 6 years ago

LucasCoderT commented 6 years ago

I have a screen that is a dedicated search page, due to this I find it a little useless to need an extra click to show the search bar.

Instead, I'm wondering if its possible to automatically show the search bar instead.

Thanks

ArcticZeroo commented 6 years ago

Fair enough. It should be simple enough to add a setSearching method (or a getter/setter). Updating the value notifier is not ideal here.

Will get to this when I have time, feel free to PR in the mean time