Fintasys / emoji_picker_flutter

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

How to keep only one type of expression #181

Closed SunBoyXiao closed 11 months ago

SunBoyXiao commented 11 months ago

image

Fintasys commented 11 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)