text_to_speech_api 0.0.1 copy "text_to_speech_api: ^0.0.1" to clipboard
text_to_speech_api: ^0.0.1 copied to clipboard

outdated

A simple wrapper for Google's Text-To-Spech API

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_to_speech_api

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  text_to_speech_api: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:text_to_speech_api/text_to_speech_api.dart';
6
likes
20
pub points
8%
popularity

Publisher

unverified uploader

A simple wrapper for Google's Text-To-Spech API

Homepage

License

MIT (LICENSE)

Dependencies

flutter, http, path_provider

More

Packages that depend on text_to_speech_api