ArcticZeroo / flutter-search-bar

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

Localizable string to hintText #14

Closed rcpassos closed 6 years ago

rcpassos commented 6 years ago

I can't set the hintText based on Internationalization because I need to instantiate the _searchBar on the constructor and here I can't access to BuildContext. Any idea?

ArcticZeroo commented 6 years ago

Should be a fairly simple fix; will make the hintText property non-final so you can assign to it

ArcticZeroo commented 6 years ago

Sorry for the delay. Fixed with https://github.com/ArcticZeroo/flutter-search-bar/commit/ba56969f73b1c6740b2a8aa31f06b14da1ebbf23