Fintasys / emoji_picker_flutter

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

Feature: Emoji-List Versioning #46

Closed Fintasys closed 2 years ago

Fintasys commented 2 years ago

Sometimes the emoji-list needs to be updated (replace, add, remove) and currently the cached emoji's on the users devices won't be updated in that case. With Emoji-List versioning we can ensure that the emoji's will be force-refreshed if the data is outdated between versions.

closes #41