JeffG05 / emoji_picker

A Flutter package that provides an Emoji Keyboard widget
https://pub.dev/packages/emoji_picker
BSD 2-Clause "Simplified" License
84 stars 91 forks source link

Right overflowed by pixel #7

Open kennethlzh2 opened 5 years ago

kennethlzh2 commented 5 years ago

Hi the emoji picker will show Right overflowed by pixel when i display it using showdialog.

mnikolop commented 5 years ago

I am having the same issue, have you found a solution to this?

boucoding commented 4 years ago

same issue

mehrdad-shokri commented 4 years ago

same

hoangvuduyanh33 commented 4 years ago

Seem like that the developer use screen width to display the row of categories. So if you use the EmojiPicker widget in a widget whose width is smaller than the screen one, it causes right overflowed. Hope it will be fixed soon (for example make categories row scrollable, etc).