Fintasys / emoji_picker_flutter

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

[QUESTION] How to clear the recent emoji list ? #115

Closed Nico3652 closed 1 year ago

Nico3652 commented 1 year ago

Everything is in the title, I would like to clear the recent emoji list manually. It is possible in the current version ?

I have noticed you stored the list in shared preference but I also have a lot of data inside so I can't clear the pref.

Thanks for answers

Fintasys commented 1 year ago

@Nico3652 Sorry for the late reply 🙇 You are right, there is no method currently to clean the recent emoji list manually. Feel free to make a PR for it, the EmojiPickerUtils should be the right place to add such a method. Otherwise I will try to add it soon when I find some free time 👍

Fintasys commented 1 year ago

Method clearRecentEmojis was added to EmojiPickerUtils 👍 Please update your app to 1.5.1 to use it.