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

Add Mate Emoji 🧉 #58

Closed fastriker closed 2 years ago

fastriker commented 2 years ago

I added the mate emoji 🧉 (U+1f9c9), because it is a popular drink and I also like it :)

I am actually not sure if such single emoji additions are desirable. Furthermore I am not experienced with Flutter or Dart and therefore I do not know if my changes are sufficient.

Fintasys commented 2 years ago

@fastriker Thanks for your contribution 😆 One small change 🙏 Also let me check the compatibility in the next days before merging.

Fintasys commented 2 years ago

@fastriker Thanks for changing the description! I remember one more thing to do (sorry). Can you also update this line in emoji_lists.dart and increase the version by 1 (next is 2) ?

const int version = 1;
fastriker commented 2 years ago

That is indeed a detail that is easy to forget but also important. Thanks :)