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 two unqualified emojis with their fully qualified Unicode representation #174

Closed emesterhazy closed 7 months ago

emesterhazy commented 7 months ago

The picker is currently using the unqualified Unicode sequence for these two emojis, which may cause rendering issues on some browsers and devices. This commit replaces these unqualified sequences with the corresponding fully qualified sequence for the emoji.

BUG=#173,#163

emesterhazy commented 7 months ago

I'm going to close this in favor of https://github.com/Fintasys/emoji_picker_flutter/pull/175.