Fintasys / emoji_picker_flutter

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

noRecents Localization Problem #147

Closed cnkygmr closed 8 months ago

cnkygmr commented 11 months ago

noRecents: Text(Localization.of(context).noRecent)

If we don't use const it is constantly being refreshed

Fintasys commented 11 months ago

Workaround is put it into a Stateless Widget with const constructor. Currently I don't have time to locate the underlying issue, feel free to dig deeper and provide a fix :)