chore: Add code lint check for unused code

This commit is contained in:
Christian Kußowski 2026-02-18 16:10:23 +01:00
commit 1896c56544
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
12 changed files with 36 additions and 352 deletions

View file

@ -1,30 +0,0 @@
abstract class AppEmojis {
static const List<String> emojis = [
'👍',
'😊',
'😀',
'❤️',
'😍',
'😘',
'😇',
'😅',
'😭',
'😜',
'😱',
'😆',
'😉',
'😡',
'👋',
'🤔',
'🙁',
'🥳',
'😟',
'😄',
'😁',
'🙄',
'😂',
'🤣',
'😌',
'😬',
];
}