Fintasys / emoji_picker_flutter

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

Improvement: 'Replace emoji on limit exceed' config parameter #69

Closed PankovSerge closed 2 years ago

PankovSerge commented 2 years ago

With the current implementation, when recents limit exceed, even if new emojis (out of existing list) selected multiple times, recents list will stay the same.

  1. Added 'replaceEmojiOnLimitExceed' config parameter & implementation on picker internal utils
  2. Added new parameter & description to README.md