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

Vertical Layout Option #10

Open altShiftDev opened 5 years ago

altShiftDev commented 5 years ago

I'm not sure how much effort this would entail but it would be nice to have a vertical layout option similar to how telegram shows their emojis.

Since your horizontal layout's height can only be adjusted by adding more rows it is very imprecise. My goal is to have an emoji picker in a container that can scale to the exact height of the users soft-keyboard so they can seamlessly transition from one to the other but yours does not scale vertically to its parent's container.

Can this be achieved with your widget?