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

Closed emesterhazy closed 1 year ago

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

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