Skip to content

Commit

Permalink
Add Mate Emoji 🧉 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
fastriker authored May 24, 2022
1 parent bb04802 commit 134a80d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/emoji_lists.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// File originally from https://github.com/JeffG05/emoji_picker

/// Emoji Version
const int version = 1;
const int version = 2;

/// Map of all possible emojis along with their names in [Category.SMILEYS]
final Map<String, String> smileys = Map.fromIterables([
Expand Down Expand Up @@ -1189,6 +1189,7 @@ final Map<String, String> foods = Map.fromIterables([
'Glass of Milk',
'Hot Beverage',
'Teacup Without Handle',
'Mate Drink',
'Sake',
'Bottle With Popping Cork',
'Wine Glass',
Expand Down Expand Up @@ -1295,6 +1296,7 @@ final Map<String, String> foods = Map.fromIterables([
'🥛',
'☕',
'🍵',
'🧉',
'🍶',
'🍾',
'🍷',
Expand Down

0 comments on commit 134a80d

Please sign in to comment.