From 134a80d26d4de18bc16a5cb4751db297077c27f5 Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 24 May 2022 15:29:07 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Mate=20Emoji=20=F0=9F=A7=89=20(#58)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/src/emoji_lists.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/src/emoji_lists.dart b/lib/src/emoji_lists.dart index f376a1b..dac3fa3 100644 --- a/lib/src/emoji_lists.dart +++ b/lib/src/emoji_lists.dart @@ -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 smileys = Map.fromIterables([ @@ -1189,6 +1189,7 @@ final Map foods = Map.fromIterables([ 'Glass of Milk', 'Hot Beverage', 'Teacup Without Handle', + 'Mate Drink', 'Sake', 'Bottle With Popping Cork', 'Wine Glass', @@ -1295,6 +1296,7 @@ final Map foods = Map.fromIterables([ '🥛', '☕', '🍵', + '🧉', '🍶', '🍾', '🍷',