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

Default layout is offset in iOS #8

Open lucasjinreal opened 5 years ago

lucasjinreal commented 5 years ago
image

Hi, I adding this widget to bottom of my screen, the emojis have a top margin default which not align tightly to the height.

How to solves this?

SunFoxx commented 4 years ago

Same here. You need to scroll list manually to properly center it, so annoying image