feeling_finder
feeling_finder copied to clipboard
A fast and beautiful app to help convey emotion in text communication.
Feeling Finder
A fast and beautiful app to help convey emotion in text communication.
Features
- Emojis from the Unicode spec
- Variants / skin tones
- Browse emoji categories
- Hover emoji for description
- Keyboard shortcuts
- Start typing to 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
Download
Linux
Windows
Android
Building
Requirements
- A working installation of Flutter.
Get dependencies
- Navigate to project root directory in terminal
-
flutter pub get
Build release version
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.
Run debug version
-
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.