-1

I have a flutter app where the user can insert a description on profile information. The field is a normal TextField and not showing the emojis that the user insert in the field.

How can I show the emojis on that field?

Thank you.

David S.
  • 671
  • 3
  • 13

1 Answers1

0

As you haven't mentioned what you are using? There is a package emoji_pick 0.1.0 and sample usage is there on the official page. Refer here:https://pub.dev/packages/emoji_pick

gretal
  • 1,092
  • 6
  • 14
  • I try to explain me better. The user can insert emojis and he can see the emoji keyboard, but when he save the field, the emojis are not showed. It seems the emojis are not saved :( – David S. Dec 13 '21 at 11:07