Skip to content

Commit

Permalink
feat: add Unicode 15.1 emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Dec 11, 2024
1 parent 720d5d2 commit f09dbc2
Show file tree
Hide file tree
Showing 3 changed files with 2,064 additions and 267 deletions.
68 changes: 61 additions & 7 deletions lib/constant/categorized_unicode_emojis.g.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// Generated file. Do not edit.
///
/// Source: misskey/packages/frontend/src/emojilist.json
/// Source: misskey/packages/frontend-shared/js/emojilist.json
/// To regenerate, run: `flutter run script/gen_unicode_emoji_index.dart`
const categorizedUnicodeEmojis = {
Expand Down Expand Up @@ -127,7 +127,9 @@ const categorizedUnicodeEmojis = {
"😽",
"🙀",
"😿",
"😾"
"😾",
"🙂‍↔️",
"🙂‍↕️"
],
"people": [
"🤲",
Expand Down Expand Up @@ -445,7 +447,29 @@ const categorizedUnicodeEmojis = {
"🕶",
"🥽",
"💍",
"🌂"
"🌂",
"🚶‍➡️",
"🚶‍♀️‍➡️",
"🚶‍♂️‍➡️",
"🧎‍➡️",
"🧎‍♀️‍➡️",
"🧎‍♂️‍➡️",
"🧑‍🦯‍➡️",
"👨‍🦯‍➡️",
"👩‍🦯‍➡️",
"🧑‍🦼‍➡️",
"👨‍🦼‍➡️",
"👩‍🦼‍➡️",
"🧑‍🦽‍➡️",
"👨‍🦽‍➡️",
"👩‍🦽‍➡️",
"🏃‍➡️",
"🏃‍♀️‍➡️",
"🏃‍♂️‍➡️",
"🧑‍🧑‍🧒",
"🧑‍🧑‍🧒‍🧒",
"🧑‍🧒",
"🧑‍🧒‍🧒"
],
"animals_and_nature": [
"🐶",
Expand Down Expand Up @@ -657,7 +681,8 @@ const categorizedUnicodeEmojis = {
"🪷",
"🪸",
"🪹",
"🪺"
"🪺",
"🐦‍🔥"
],
"food_and_drink": [
"🍏",
Expand Down Expand Up @@ -786,7 +811,9 @@ const categorizedUnicodeEmojis = {
"🥢",
"🫗",
"🫘",
"🫙"
"🫙",
"🍋‍🟩",
"🍄‍🟫"
],
"activity": [
"⚽",
Expand Down Expand Up @@ -1268,7 +1295,8 @@ const categorizedUnicodeEmojis = {
"🔍",
"🔎",
"🪦",
"🪧"
"🪧",
"⛓️‍💥"
],
"symbols": [
"💯",
Expand Down Expand Up @@ -1567,7 +1595,33 @@ const categorizedUnicodeEmojis = {
"🕤",
"🕥",
"🕦",
"🕧"
"🕧",
"🇦",
"🇧",
"🇨",
"🇩",
"🇪",
"🇫",
"🇬",
"🇭",
"🇮",
"🇯",
"🇰",
"🇱",
"🇲",
"🇳",
"🇴",
"🇵",
"🇶",
"🇷",
"🇸",
"🇹",
"🇺",
"🇻",
"🇼",
"🇽",
"🇾",
"🇿"
],
"flags": [
"🇦🇫",
Expand Down
Loading

0 comments on commit f09dbc2

Please sign in to comment.