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

如果只想要其中的某一列表情,怎么隐藏其他的? #145

Closed Beixiaomi closed 6 months ago

Fintasys commented 11 months ago

English please, then I might be able to help 🙏

Beixiaomi commented 11 months ago

If I only want A list of emoticons, how can I hide the others? The emojiSet property can be implemented, but clicking on a single emoji can cause page jitter. How can this be resolved?

Fintasys commented 6 months ago

@Beixiaomi Sorry for late reply.

 emojiSet: [defaultEmojiSet[0]],

That would be my approach. I tested it and I couldn't find jitter. Please open a new issue if the issue causes any jitter with a video if possible 🙏