morse_codec 1.0.1+2 copy "morse_codec: ^1.0.1+2" to clipboard
morse_codec: ^1.0.1+2 copied to clipboard

This package provides efficient converters to transform text into Morse code and vice versa, supporting letters, digits, and common punctuation marks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add morse_codec

With Flutter:

 $ flutter pub add morse_codec

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  morse_codec: ^1.0.1+2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:morse_codec/morse_codec.dart';
0
likes
160
points
47
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This package provides efficient converters to transform text into Morse code and vice versa, supporting letters, digits, and common punctuation marks.

Repository (GitHub)
View/report issues

Topics

#convert #morse

License

Apache-2.0 (license)

More

Packages that depend on morse_codec