text_to_speech_web 0.1.1
text_to_speech_web: ^0.1.1 copied to clipboard
Web platform implementation of text_to_speech.
text_to_speech_web #
The web implementation of text_to_speech
.
Usage #
Add the dependency #
This plugin is a "endorsed" implementation of text_to_speech
, so that it is automatically included in your Flutter Web app when you depend on package:text_to_speech.)
You can also add this plugin independently in your Flutter web app by adding text_to_speech_web
in
your pubspec.
This is what the above means to your pubspec.yaml
:
...
dependencies:
...
text_to_speech: <text_to_speech_version>
...
or
...
dependencies:
...
text_to_speech_web: <text_to_speech_web_version>
...
For the usage details, please check it here