text_to_speech_macos 0.1.1 text_to_speech_macos: ^0.1.1 copied to clipboard
MacOS platform implementation of text_to_speech.
text_to_speech_macos #
The macOS implementation of text_to_speech
.
Usage #
Add the dependency #
This package has been endorsed, meaning that you only need to add text_to_speech
as a dependency in your pubspec.yaml
. It will be automatically included in your 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>
...
If you wish to use the macos package only, you can add text_to_speech_macos
as a dependency:
...
dependencies:
...
text_to_speech_macos: <text_to_speech_macos_version>
...
For the usage details, please check it here