morse_codec 1.0.1+2
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_codecWith Flutter:
$ flutter pub add morse_codecThis 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+2Alternatively, 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';