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

Example project with search feature implementation #96

Closed yendacoder closed 2 years ago

yendacoder commented 2 years ago

Enhancements suggested in #94 and #95

This turned out to be a bigger change than I expected and still, the search example is not that elegant, as for me. Majority of the code is dedicated to handling skin tone popup and it follows the internals of picker quite closely. It does the job, but maybe there are ways to make it tidier.

One of the options I see would be making an independent SearchResults widget that can encapsulate the complexity of this feature, but it would require some sort of config approach that can share some settings with picker and introduce search-only options. I think this goes beyond the scope of this PR.