text_to_speech_web 0.1.0
text_to_speech_web: ^0.1.0 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.)
This is what the above means to your pubspec.yaml
:
...
dependencies:
...
text_to_speech: <text_to_speech_version>
...
For the usage details, please check it here