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.
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.
 
    
    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
