Fintasys / emoji_picker_flutter

A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
MIT License
154 stars 114 forks source link

Allow custom hint text at `DefaultSearchView` #187

Closed akvus closed 4 months ago

akvus commented 4 months ago

This Pull Request addresses the issue of the 'Search' hint in DefaultSearchView being fixed and untranslatable. The goal is to modify this hint to be customizable, thereby enabling its translation into various languages.

rokk4 commented 4 months ago

@Fintasys could you look into merging this? Thank you :)

Fintasys commented 4 months ago

Yes, but sorry I haven't found time yet. There are a few things I want to check before allowing wordings directly in the configuration. You shouldn't be blocked by waiting for my review since you can just copy the default implementation, change the string and assign it to customSearchView property in the configuration.