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

Emoji picker often refresh. #81

Closed vernalclareai closed 1 year ago

vernalclareai commented 2 years ago

Version: 1.3.0

-issue: It is refreshed on setState function automatically. So I can not choose the emojis properly.

-Expected It should not be refreshed after rendering once.

cnkygmr commented 1 year ago

same problem If you don't put config, it works fine because there is const, if you enter config variables manually, it is constantly renewed

Junesui commented 1 year ago

same issue

Fintasys commented 1 year ago

@vernalclareai @cnkygmr @Junesui Please make sure that all custom Widgets used in Config are const Widgets! I will investigate a bit further to see if I can make it bullet proof.