rw_tts 1.0.2 copy "rw_tts: ^1.0.2" to clipboard
rw_tts: ^1.0.2 copied to clipboard

TTS plugin for RealWear HMT-1, wraps RealWear TTS service. Allows to make any number of TTS requests differentiating them by request code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rw_tts

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

dependencies:
  rw_tts: ^1.0.2

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:rw_tts/rw_tts.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

TTS plugin for RealWear HMT-1, wraps RealWear TTS service. Allows to make any number of TTS requests differentiating them by request code.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on rw_tts