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

Emojis break in flutter web when the page-width is below a certain width #123

Closed Cellaryllis closed 1 year ago

Cellaryllis commented 1 year ago

When scaling the page width of the flutter app down to a small width the emojis will fail to render. See video for example

https://user-images.githubusercontent.com/95936504/215329547-898fdca3-f346-4d1a-b7e4-0c25a4ce8790.mp4

In case it is relevant: Reproduced in Firefox browser.

Fintasys commented 1 year ago

@Cellaryllis Seems rendering emoji is difficult at certain size. I would recommend you to adjust row and columns according to width of the screen to ensure they are displayed correctly.

Fintasys commented 1 year ago

Please have a look at this PR. If there is anything else please open a new Issue 🙏