Fintasys / emoji_picker_flutter

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

Replace unqualified emojis with fully qualified counterparts #175

Closed emesterhazy closed 1 year ago

emesterhazy commented 1 year 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 1 year 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!