Fintasys / emoji_picker_flutter

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

Center the noRecentsText #19

Closed rocboronat closed 3 years ago

rocboronat commented 3 years ago

As only a String and TextStyle can be passed to the picker, there's no way to center the content of the no recent emojis page.

May you add a parameter for it? Or just use textAlign center. It will do the job in all cases I think.

Thanks!

image

Fintasys commented 3 years ago

@rocboronat Thanks for reporting this issue ! I agree the text should be at least centered which I have done in this PR https://github.com/Fintasys/emoji_picker_flutter/pull/20

Screen Shot 2021-07-11 at 23 36 27

I haven't released it yet, just merged it into master. You can use this until I gonna make another release.

  emoji_picker_flutter:
    git:
      url: https://github.com/Fintasys/emoji_picker_flutter.git
      ref: master

Let me know if that solves your issue for now 🙇

rocboronat commented 3 years ago

Thanks! I will! 😊😊😊

rocboronat commented 3 years ago

Hello! 👋 It works wonderfully. Thanks a lot, @Fintasys! Feel free to close the issue when you consider it right 😄

Fintasys commented 3 years ago

Released with v1.0.7