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

Add search to EmojiPicker #130

Closed yevyevyev closed 1 year ago

yevyevyev commented 1 year ago

Hello, it would be nice to have a search bar in the EmojiPicker

LostInDarkMath commented 1 year ago

Does https://github.com/Fintasys/emoji_picker_flutter/pull/96 is what you are looking for?

yevyevyev commented 1 year ago

yes, it has the example, missed that. I guess there is a reason why search can't be added to the EmojiPicker and needs to be implemented on the user side?

Fintasys commented 1 year ago

Well, it's not that we can't or we won't. It's just there are many ways to implement a search based on the app and design. The reason because we haven't provided a standard solution yet is basically just lack of time. With the example we wanted to show a way how to do it if someone needs it. But probably still needs some adjustments case by case.

yevyevyev commented 1 year ago

gotcha, thank you guys for pointing out.