morse 0.1.4+1
morse: ^0.1.4+1 copied to clipboard
A simple library that converts morse code to regular strings and encode strings to morse code.
0.1.4 4 March 2019 #
Fixes / Enhancements
- Package is now available for all Dart projects (Flutter, Web, and etc.)
0.1.3 3 March 2019 #
Enhancements
- Increased support until Dart 3.0
- Package doesn't rely on Flutter anymore (Still not available for web development)
- Thanks to u/qualverse for the quick notice!
0.1.2 3 March 2019 #
Features #
- Encode a string of text to morse code
- Added 18 special characters:
!@$&()_+-=;:'",./?
Fixes / Enhancements
- Decoding morse code will return lowercased letters rather than uppercased letters
- Encode either uppercase and lowercase letters
- Restructured character map.
Docs
- Extended documentation to further explain the purpose of each function.
0.1.1 28 February 2019 #
Fixes / Enhancements
- Upgraded dependencies for compatibility with Dart 2.
- Forked @HofmannZ's repository to continue maintaining his package and add new features.
0.1.0 16 June 2018 #
Fixes / Enhancements
- Initial version of the
Morseclass.
Docs
- Initial documentation.