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

U+2639 Frowning Face Emoji renders incorrectly on iOS #170

Closed emesterhazy closed 5 months ago

emesterhazy commented 7 months ago

The frowning face emoji does not render correctly on iOS, even though iOS supports it.

Screenshot 2023-11-24 at 10 51 37

Another dev reported this issues ~2 years ago, but it was closed because technically users can override the default fonts in order to get the emoji to work.

In my opinion, the emoji picker should work without the user setting a custom font. On iOS we can fix this by using Apple Color Emoji as the default font when the user doesn't set a custom font.

Screenshot 2023-11-24 at 11 26 34
Fintasys commented 7 months ago

Thank you @emesterhazy for your great contributions ! Give me few days time to check and validate the changes in your PR 🙏