emoji_picker_flutter
emoji_picker_flutter copied to clipboard
Emoji picker often refresh.
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.
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
same issue
@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.