flutter_tts icon indicating copy to clipboard operation
flutter_tts copied to clipboard

Flutter Text to Speech package

Results 159 flutter_tts issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report When getDefaultVoice method is invoked - I get an Exception `[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getDefaultVoice on channel flutter_tts) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7) #1...

## 🐛 Bug Report Upon testing on iOS I found that, when speaking is going on by the FlutterTTS and it's interrupted by a telegram call or slack huddle, cancelHandler...

Hi there! I am developing a TTS function in my flutter app. I use flutter tts and it works normally on android, but on iOS it doesn't sound nor gives...

## 🐛 Bug Report ### Expected behavior Expected to work on page load ### Reproduction steps ``` void initState() { super.initState(); flutterTts = FlutterTts(); sessionData = SessionData(visitor: VisitorModel(), log: VisitorLogModel());...

## 🐛 Bug Report This part of code keep crashing on lower iOS Versions below iOS 17. But it works fine in iOS Version 17 on iOS Under the Development...

## 🐛 Bug Report when I call flutter_tts.getVoices and parse the returned data, I get different results on Windows browser vs iOS Safari I expected both results would be the...

## 🐛 Bug Report I/TextToSpeech( 7589): Sucessfully bound to com.google.android.tts D/AndroidRuntime( 7589): Shutting down VM I/TextToSpeech( 7589): Connected to TTS engine E/AndroidRuntime( 7589): FATAL EXCEPTION: main E/AndroidRuntime( 7589): Process: com.vmg.ebook.dev,...

Hello Is any way to retrieve engine names instead of com.samsung.Smt? Maybe some native android method to convert bundle ID or whatever to it's readable names? I want to provide...

## 🐛 Bug Report When I try to use flutter_tts package, it's getting disconnected when device's camera app is opened and getting connected approx after 1min. ![image](https://github.com/dlutton/flutter_tts/assets/112728411/5b8c45d6-ff35-4de4-a71e-434dcff7e181) ### Expected behavior...