Skip to content

Kuantark/morse_code_translator_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📡 Morse Code Translator

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.


📌 Features

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.


📲 Installation

Clone the repository:

git clone https://github.com/your-repo/morse-code-translator.git
cd morse-code-translator

Install dependencies:

flutter pub get

Run the app:

flutter run

🔧 Configuration

Change App Name

Modify 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

Change App Icon

  1. Replace the icon files in assets/icon/.
  2. Update the icons using:
flutter pub run flutter_launcher_icons:main

📂 Project Structure

lib/
│-- 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

🛠️ Dependencies

  • flutter_launcher_icons – Set custom app icons
  • flutter_launcher_name – Modify app name easily
  • audioplayers – Play Morse code sounds

Install them with:

flutter pub get

📜 License

This project is licensed under the MIT License


Website

Morse Code Translator iOS App Android App

🌟 Support

If you like this project, give it a ⭐ on GitHub!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors