A fast and beautiful app to help convey emotion in text communication.
- Emojis from the Unicode spec
- Variants / skin tones
- Browse emoji categories
- Hover emoji for description
- Keyboard shortcuts
Ctrl
+F
to focus search- Select emoji with arrow keys
- Press
Enter
or click/tap an emoji to copy to clipboard - Right-click or
Menu
key to show variant / skin tone menu Alt
+Arrow Up
/Arrow Down
to change category
- Option to quit after copying to clipboard
- Right-click or long-press Recent to clear
- Light & dark theme
Linux
Windows
Android
- A working installation of Flutter.
- Navigate to project root directory in terminal
flutter pub get
Run one of:
flutter build linux
flutter build windows
flutter build android
flutter build web
The app should work for MacOS & iOS as well if one has the system to compile them.
flutter run -d linux
Alternatively:
Open the project root as folder in an IDE with a Flutter plugin such as VS Code, Android Studio, IntelliJ, or Emacs. Then run from the debug panel.