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.
document_6316306307112508478.mp4
- Clone the Repository:
git clone https://github.com/Turbash/signal
- Navigate to the folder:
cd signal
- Install dependencies:
flutter pub get
- Select testing/build device and run teh app:
flutter run
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 doctorEnsure that all checks are marked ✓ (especially Flutter, Android toolchain, and connected devices).