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

How to keep only one type of expression #181

Closed SunBoyXiao closed 6 months ago

SunBoyXiao commented 6 months ago

image

Fintasys commented 6 months ago

You can reduce the categories like this

 emojiSet: [defaultEmojiSet[0]],

The recent icon you can remove by

  recentTabBehavior: RecentTabBehavior.NONE,

If you need more customization you can customize the emoji picker view completely using EmojiPickerBuilder (See readme)