Merrit / feeling_finder

A fast and beautiful app to help convey emotion in text communication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feeling Finder

A fast and beautiful app to help convey emotion in text communication.

Screenshot

Variants

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.

About

A fast and beautiful app to help convey emotion in text communication.

License:GNU General Public License v3.0


Languages

Language:Dart 74.8%Language:C++ 12.3%Language:CMake 9.0%Language:HTML 2.3%Language:Inno Setup 1.1%Language:C 0.5%Language:Kotlin 0.1%