Fintasys / emoji_picker_flutter

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

Show a backspace button #10

Closed rocboronat closed 3 years ago

Fintasys commented 3 years ago

Thank you for your suggestion ! Any suggestion where? Whatsapp has an extra row below the smilies with a backspace button.

rocboronat commented 3 years ago

I've tried on an iPhone and it shows the backspace at the end of the category list, and the categories appear below the emoji list instead of above. And it looks cool 👍

In the Android native app we used vanniktech/Emoji and they chose to show a backspace button in the category list. It doesn't look great, but it's usable I think. The categories are above the emojis, too. It looks like this:

NativeQuitNow

If I could choose, I would mimic what the native iOS keyboard does 😅

Thanks a lot for taking a look to the issue, @Fintasys !

Fintasys commented 3 years ago

@rocboronat I've released 1.0.5 with font-size fix and backspace-button. Please have a look and let me know if it works !

rocboronat commented 3 years ago

Oh my god! Thanks a lot, @Fintasys ! 👌

rocboronat commented 3 years ago

Tested with 1.0.5 and it works like a charm 👏 thanks!