demo.mp4
Head to releases page and install 🔥
Flutter/152
- As the first step, the whole message is converted into Morse code. For that, a map of letters and corresponding morse letters is kept and for each letter, the morse symbol is replaced using a simple function.
- In step 2, the morse code needs to converted into light signals. The output obtained from step 1 will be an string array of dits(.) and dashes(-). For each symbols, the corresponding light signal is controlled using mobile flash light.
- torch_light - For controlling mobile flash
- flutter_native_splash - For splash screen
- Configure flutter environment
- Clone the repo
git clone https://github.com/vivekkj123/morse-flasher.git
- Install required dependencies
flutter pub get
- Run the application
flutter run