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

Issue on adding emoji between emojis #125

Closed devbrisk closed 1 year ago

devbrisk commented 1 year ago

There is an issue when I want to insert emoji between inserted emojis. Insert emoji between text is ok but between emojis has issue. After inserting emoji, text will be converted to a single character like this:

Screenshot_1

Fintasys commented 1 year ago

@devbrisk I can't replicate the issue with the example. Could you provide an example to check?

devbrisk commented 1 year ago

You can see the example in the following : https://github.com/Fintasys/emoji_picker_flutter/assets/114703704/e2c3ab9d-fa51-47cb-a095-5e13b4720143

Fintasys commented 1 year ago

@devbrisk Sorry but it seems to be an issue within your implementation. I tried to replicate the issue with example project but I couldn't reproduce it. If you can provide a minimal example where you can reproduce the issue I would look into it.