flutter_tts_improved 1.0.3 copy "flutter_tts_improved: ^1.0.3" to clipboard
flutter_tts_improved: ^1.0.3 copied to clipboard

A fork of the Flutter_TTS plugin, that uses the progress reporters of the Utterance APIs, on both Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_tts_improved

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

dependencies:
  flutter_tts_improved: ^1.0.3

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:flutter_tts_improved/flutter_tts_improved.dart';
21
likes
40
pub points
39%
popularity

Publisher

verified publisherrdygo.com

A fork of the Flutter_TTS plugin, that uses the progress reporters of the Utterance APIs, on both Android and iOS.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_tts_improved