Fintasys / emoji_picker_flutter

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

Emoji List Mismatch (Koala) #86

Closed nathandud closed 1 year ago

nathandud commented 2 years ago

The Koala emoji 🐨 is mismatched with its description in the Category.ANIMALS map in emoji_lists.dart. The text description is correctly positioned at 67 between Bat 🦇 and Kangaroo 🦘. However, it is positioned at 9 in the list of emojis between Panda Face 🐼 and 🐯.

This does not affect the user experience on the base emoji picker, but it adversely affects EmojiPickerUtils.searchEmoji for animals positioned between 9 and 67.

image image
Fintasys commented 1 year ago

Thank you for your contribution 🙇