Morse Code Translator is a simple and intuitive Flutter application that allows users to translate text to Morse code and vice versa. It also provides a reference table for Morse code alphabets and numbers, along with sound playback for better learning.
✅ Instant Translation – Convert text to Morse code and vice versa in real time.
✅ Complete Morse Alphabet – Learn A-Z Morse codes with an easy-to-read table.
✅ Morse Numbers Guide – Quickly reference Morse code for numbers 0-9.
✅ Audio Support – Listen to the correct Morse code sounds.
✅ Clean UI – Simple and intuitive design for easy use.
git clone https://github.com/your-repo/morse-code-translator.git
cd morse-code-translatorflutter pub getflutter runModify the app name in pubspec.yaml using flutter_launcher_name:
dev_dependencies:
flutter_launcher_name: ^0.0.1
flutter_launcher_name:
name: "Morse Translator"Then run:
flutter pub get
flutter pub run flutter_launcher_name:main- Replace the icon files in
assets/icon/. - Update the icons using:
flutter pub run flutter_launcher_icons:mainlib/
│-- main.dart # Entry point of the app
│-- pages/
│ │-- home_page.dart # Main tab navigation
│ │-- translator_page.dart # Text to Morse translator
│ │-- alphabet_page.dart # Morse alphabet reference
│ │-- number_page.dart # Morse number reference
│
│-- assets/
│ │-- audios/ # Morse sound files
│ │-- icons/ # App icons
flutter_launcher_icons– Set custom app iconsflutter_launcher_name– Modify app name easilyaudioplayers– Play Morse code sounds
Install them with:
flutter pub getThis project is licensed under the MIT License
Morse Code Translator iOS App Android App
If you like this project, give it a ⭐ on GitHub!