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

PlatformmacOS
outdated

MacOS platform implementation of text_to_speech.

text_to_speech_macos #

The macOS implementation of text_to_speech.

Usage #

Import the package #

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>
  ...
1
likes
150
points
2.5k
downloads

Publisher

unverified uploader

Weekly Downloads

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