Fintasys / emoji_picker_flutter

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

enhance: Make GridView.padding configurable #60

Closed yohom closed 2 years ago

Fintasys commented 2 years ago

@yohom Can you explain why this would be useful? It only affects the outer padding of the GridView and I can't see much benefit of having it. Here is an extreme example.

Screen Shot 2022-03-16 at 0 48 03
yohom commented 2 years ago

image In my case, I want the GridView to have a padding at the bottom to avoid blocking the GridView with a custom delete button.

Fintasys commented 2 years ago

@yohom Sorry that it took so long. Would you able to resolve the conflicts? After that I think it's fine to merge !

yohom commented 2 years ago

@Fintasys Hi, conflicts resolved, please check it.

yohom commented 2 years ago

@Fintasys Done.