Skip to content
/ signal Public
Notifications You must be signed in to change notification settings

Turbash/signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77a7b80 · · Oct 20, 2025

History

5 Commits
Oct 19, 2025
Oct 19, 2025
Oct 19, 2025
Oct 19, 2025
Oct 18, 2025
Oct 18, 2025
Oct 18, 2025
Oct 19, 2025
Oct 18, 2025
Oct 18, 2025
Oct 18, 2025
Oct 20, 2025
Oct 18, 2025
Oct 19, 2025
Oct 19, 2025

Repository files navigation

MorseApp

Android App to convert and share Morse Code

An android app which helps to translate morse code to english language and vice-versa. Also allows to copy or send the code or text translated. Allows you to listen to the morse code as well. You can also send morse code as audio with just one click. Made with Flutter.

  • Convert text to morse code.

  • Convert morse code to text.

  • Share and copy morse code or text.

  • Play anad share morse code or text as audio.

  • Simple ui.

Demo Video(No sound)

document_6316306307112508478.mp4

How to run locally

  1. Clone the Repository:
    git clone https://github.com/Turbash/signal 

  1. Navigate to the folder:
    cd signal

  1. Install dependencies:
    flutter pub get

  1. Select testing/build device and run teh app:
    flutter run

Requirements

Before running this app locally, make sure you have the following installed:

  • Flutter SDK (version 3.19 or higher recommended)

  • Android Studio or VS Code with Flutter & Dart pluginsgins

  • Android SDK and at least one virtual device or a physical Android phone connected

To verify setup:

flutter doctor

Ensure that all checks are marked ✓ (especially Flutter, Android toolchain, and connected devices).