emoji_picker_flutter icon indicating copy to clipboard operation
emoji_picker_flutter copied to clipboard

Support for a search function

Open aminedakhlii opened this issue 3 years ago • 1 comments

It would be appreciated if a search function (like the one supported in the native emoji picker of iOS) would be implemented and embedded into the package. Example scenario : instead of spending time searching for the 😢 emoji It would be better if users could just type sad into a the search box and the related emojis automatically appear

aminedakhlii avatar Jun 19 '22 09:06 aminedakhlii

@aminedakhlii It should be possible to achieve it by using final filterEmojiEntities = await EmojiPickerUtils().searchEmoji("face"); (see readme) I will try to update the example soon with some sample implementation.

Fintasys avatar Jun 21 '22 08:06 Fintasys

@aminedakhlii You can find search example now here https://github.com/Fintasys/emoji_picker_flutter/blob/master/example/lib/main-search.dart

Fintasys avatar Sep 29 '22 14:09 Fintasys