haptic_morse 1.0.1 copy "haptic_morse: ^1.0.1" to clipboard
haptic_morse: ^1.0.1 copied to clipboard

Convert text to Morse code and haptic vibration patterns in Dart.

example/haptic_morse_example.dart

import 'package:haptic_morse/haptic_morse.dart';

void main() {
  var hapticMorse = HapticMorse();
  var morseCode = hapticMorse.convertTextToMorseString("SOS 123");
  print(
    morseCode,
  ); // Output: [100, 300, 100, 100, 300, 700, 100, 300, 100, 100, 300]
}
0
likes
0
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

Convert text to Morse code and haptic vibration patterns in Dart.

Repository (GitHub)
View/report issues

Topics

#morse #haptic #vibration

License

unknown (license)

More

Packages that depend on haptic_morse