Fintasys / emoji_picker_flutter

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

Updated broken emojis and where "generic" person emojis were used #43

Closed vegardan closed 2 years ago

vegardan commented 2 years ago

Changed all emojis using the generic Unicode person type of emoji as male to the actual male gender.

Example: Person Shrugging used to be "U+1F937" (🤷) Changed to "U+1F937 U+200D U+2642 U+FE0F" (🤷‍♂️) Female type is still "U+1F937 U+200D U+2640 U+FE0F" (🤷‍♀️)

Why make this change? Because some emojis with two genders looked the exact same and when I tried using the emoji picker widget together with Twemoji (Twitter emojis) it did not load any emojis at all for the male/generic gender. This is why I also made some minor changes to other emojis that were also invalid such as #⃣, 0⃣-9⃣, 👁, and ☹. I looked through all the emojis for Material and Twemoji and it all seems to be working the way it should.

Fintasys commented 2 years ago

@vegardan Thank you very much for your hard work ! I will try to find time to check it in the next days 🙏