text_to_speech_macos 0.1.1 copy "text_to_speech_macos: ^0.1.1" to clipboard
text_to_speech_macos: ^0.1.1 copied to clipboard

PlatformmacOS

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

1
likes
130
pub points
50%
popularity

Publisher

unverified uploader

MacOS platform implementation of text_to_speech.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on text_to_speech_macos