feat: Implement send reactions
This commit is contained in:
parent
39c3d99035
commit
4b77bbe688
3 changed files with 96 additions and 7 deletions
30
lib/config/app_emojis.dart
Normal file
30
lib/config/app_emojis.dart
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
abstract class AppEmojis {
|
||||
static const List<String> emojis = [
|
||||
'👍',
|
||||
'😊',
|
||||
'😀',
|
||||
'❤️',
|
||||
'😍',
|
||||
'😘',
|
||||
'😇',
|
||||
'😅',
|
||||
'😭',
|
||||
'😜',
|
||||
'😱',
|
||||
'😆',
|
||||
'😉',
|
||||
'😡',
|
||||
'👋',
|
||||
'🤔',
|
||||
'🙁',
|
||||
'🥳',
|
||||
'😟',
|
||||
'😄',
|
||||
'😁',
|
||||
'🙄',
|
||||
'😂',
|
||||
'🤣',
|
||||
'😌',
|
||||
'😬',
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue