flowery_tts 1.2.0 copy "flowery_tts: ^1.2.0" to clipboard
flowery_tts: ^1.2.0 copied to clipboard

A free Text-to-Speech service providing 850+ voices with English translation support. This package is an unofficial wrapper of Flowery TTS API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flowery_tts

With Flutter:

 $ flutter pub add flowery_tts

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

dependencies:
  flowery_tts: ^1.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:flowery_tts/flowery_tts.dart';
7
likes
160
pub points
69%
popularity

Publisher

unverified uploader

A free Text-to-Speech service providing 850+ voices with English translation support. This package is an unofficial wrapper of Flowery TTS API.

Repository (GitHub)
View/report issues

Topics

#api-wrapper #free #text-to-speech #translation #tts

Documentation

API reference

License

MIT (license)

Dependencies

http, meta

More

Packages that depend on flowery_tts