morse_code_translator 0.0.1 copy "morse_code_translator: ^0.0.1" to clipboard
morse_code_translator: ^0.0.1 copied to clipboard

A library that converts Morse code to decoded string and normal string to encoded Morse code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add morse_code_translator

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

dependencies:
  morse_code_translator: ^0.0.1

Alternatively, your editor might support 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_code_translator/morse_code_translator.dart';
10
likes
130
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A library that converts Morse code to decoded string and normal string to encoded Morse code.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on morse_code_translator