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

Fix recent tab behavior #137

Closed Fintasys closed 1 year ago

Fintasys commented 1 year ago

closes: #135

Introduce new enum called RecentTabBehavior with values NONE, RECENT and POPULAR (Previous version behavior)

Default behavior will be changed to RECENT to match expected behavior for default usage.

showRecentsTab property in Config was removed.