flutter_tts_tizen 1.0.0 flutter_tts_tizen: ^1.0.0 copied to clipboard
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.0.0
flutter_tts_tizen: ^1.0.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