txt_to_morse 1.0.1
SDKdartflutter
Platformandroidioswindowslinuxmacosweb
Small library for converting text to morse string.
A really short library for converting a text to a morse string.
Features
Converts a string containing some plain text to a string containing morse code.
Usage
var text = 'This is plain text'
const morse = Morse.TextToMorse(text);
print('This are your morse code text: ${morse.toString()}');
/// This returns - .... .. .../.. .../.--. .-.. .- .. -./- . -..- -
Additional information
You can contribute to this package in the GitHub repo!