text_to_speech_web 0.1.2 copy "text_to_speech_web: ^0.1.2" to clipboard
text_to_speech_web: ^0.1.2 copied to clipboard

Platformweb

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

2
likes
130
pub points
54%
popularity

Publisher

unverified uploader

Web platform implementation of text_to_speech.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_web_plugins, text_to_speech_platform_interface

More

Packages that depend on text_to_speech_web