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

outdated

The tizen implementation of flutter_tts plugin.

flutter_tts_tizen #

The tizen implementation of flutter_tts.

Getting Started #

This package is not an endorsed implementation of flutter_tts. Therefore, you have to include flutter_tts_tizen alongside flutter_tts as dependencies in your pubspec.yaml file.

dependencies:
  flutter_tts: ^3.2.2
  flutter_tts_tizen: ^1.2.0

Then you can import flutter_tts in your Dart code:

import 'package:flutter_tts/flutter_tts.dart';

For more details, see here.

Limitations #

The features supported by Tizen are as follows. Other features are not supported.

  • speak
  • stop
  • pause
  • get languages
  • set language
  • set speech rate
  • set speech volume (requires privilege http://tizen.org/privilege/volume.set in tizen_manifest.xml)
4
likes
0
pub points
47%
popularity

Publisher

verified publishertizen.org

The tizen implementation of flutter_tts plugin.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_tts_tizen