Fintasys / emoji_picker_flutter

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

feat: add config option to reorder items in emoji picker #215

Closed coder-with-a-bushido closed 2 months ago

Fintasys commented 3 months ago

Thank you for your PR - the code looks mostly good. I couldn't imagine that anyone would have the emoji view else where than in the middle, so I would be interested what has motivated you to make this change?

coder-with-a-bushido commented 3 months ago

Thank you for your PR - the code looks mostly good. I couldn't imagine that anyone would have the emoji view else where than in the middle, so I would be interested what has motivated you to make this change?

Hey @Fintasys, thanks for the review! I have addressed the comments now (sorry I was sick for a week, so I couldn't do it any soon).

As for the motivation behind this PR, it's because the design for an app I'm working on demanded this order - category view, search bar, emoji view.