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

Replace unqualified emojis with fully qualified counterparts #175

Closed emesterhazy closed 7 months ago

emesterhazy commented 7 months ago

The picker is currently using unqualified and minimally-qualified Unicode sequences for some emojis, which may cause rendering issues on certain browsers and devices. This commit replaces all of the unqualified emojis with their fully qualified counterparts based on the list of emojis published by unicode.org.

FIXED=#173 BUG=#163

Fintasys commented 7 months ago

I didn't know that's even a thing. Thanks for pointing that out and provide updates for all affected emojis! This alone unfortunately didn't fix the biggest display errors we face in some emoji, but I will also check your other PR!