ArcticZeroo / flutter-search-bar

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

Support for RTL layout and languages #11

Closed SalehHub closed 6 years ago

SalehHub commented 6 years ago

Maybe I didn't know how to implement this, but doesn't this plugin support RTL languages like Arabic and Hebrew etc?

ArcticZeroo commented 6 years ago

What happens when you try to use rtl input?

SalehHub commented 6 years ago

when I entered an Arabic text everything works fine except that the search text field and suggestions list should be from RTL instead of LTR.

ArcticZeroo commented 6 years ago

Hmm, I'm not sure of a good way to solve that. My initial thought would be to simply add an option when instantiating the SearchBar class which allows the dev to toggle between RTL and LTR, but that's potentially problematic for apps that want to support LTR and RTL languages

ArcticZeroo commented 6 years ago

@salehahmedZ should be fixed with 2.0.1

SalehHub commented 6 years ago

You are amazing. Thanks!