0 purchases
text to speech web
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>
...
copied to clipboard
or
...
dependencies:
...
text_to_speech_web: <text_to_speech_web_version>
...
copied to clipboard
For the usage details, please check it here
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.