ArcticZeroo / flutter-search-bar

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

Hide and inactivate / show and activate search icon as wills #25

Open tedhsieh1966 opened 6 years ago

tedhsieh1966 commented 6 years ago

Hi Zeroo

Good job. Could you please add a bool flag serving for this purpose at runtime when re-building the Appbar?

Thanks in advance. Ted

ArcticZeroo commented 6 years ago

Would it be fine for this icon to still take up space even when not active? It would be easy to wrap it in an Opacity class and update that at will

dineshba commented 5 years ago

Just to be more clear. We want to enable/disable searchbar based on some condition. Am I right ?

tedhsieh1966 commented 5 years ago

Yes. taking up space is OK.