A fast and beautiful app to help convey emotion in text communication.
- Emojis from the Unicode spec
- Browse emoji categories
- Hover emoji for description
- Start typing to search
- Select emoji with arrow keys
- Press
Enteror click/tap an emoji to copy to clipboard - Option to quit after copying to clipboard
- 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 linuxflutter build windowsflutter build androidflutter 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.
