JeffG05 / emoji_picker

A Flutter package that provides an Emoji Keyboard widget
https://pub.dev/packages/emoji_picker
BSD 2-Clause "Simplified" License
84 stars 91 forks source link

Some emoji did not convert successfully #5

Closed webphplove closed 5 years ago

webphplove commented 5 years ago

My Android phone has a lot of expressions that have not been converted successfully, like the picture below. Image of Yaktocat

This is my real machine test. How to solve this?

JeffG05 commented 5 years ago

This is due to unicode characters not being supported on all devices. Currently there is no solution but I am looking into it

webphplove commented 5 years ago

ok, think you!