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

change type of noRecentsText from String to Widget #61

Closed LostInDarkMath closed 2 years ago

LostInDarkMath commented 2 years ago

Hi there! Thanks for your awesome package! I'll suggest a small change because if missed a feature: It's not possible to use a custom padding for the noRecentsText. To allow more customization of the noRecentsText, I changed to type from String to Widget. This also allows to use custom imgaes instead of a text :)

LostInDarkMath commented 2 years ago

@Fintasys I applied all of your suggested changes in https://github.com/Fintasys/emoji_picker_flutter/pull/61/commits/b3944636d02be976708ae729627918070f368acf Let me know what you think about it :)

LostInDarkMath commented 2 years ago

Gerne doch :)