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

## 💬 Questions and Help I'm having trouble getting TTS to work on my codebase when using an emulator that is running Android 11 (tested on multiple emulators). For testing...

## 🐛 Bug Report ``` NUGET.EXE not found. CMake Error at flutter/ephemeral/.plugin_symlinks/flutter_tts/windows/CMakeLists.txt:9 (message): Please install this executable, and run CMake again. ``` ### Expected behavior ### Reproduction steps flutter run...

## 🐛 Bug Report First, thanks for making the awesome open-source library. 🙇‍♂️ I developed an app with flutter_tts and deployed it recently. And I got the `Crashlytics` report like...

1. A variable marked `late` has a chance of (correctly) never being initialized. Remove `late`. 2. In the web plugin, there's an attempt to send a `SpeechSynthesisEvent` through a message...

## 🐛 Bug Report The synthesis for the language 'de-DE' is broken with iOS 15.5. With iOS < 15.5 everything works as expected. With 15.5, numbers and words from other...

## 🐛 Bug Report I occasionally get this error ```dart W/TextToSpeech(11619): speak failed: not bound to TTS engine ```` It's not very common, but when I get it I find...

## 🐛 Bug Report The app crashes on macOS when trying to read specific strings in Korean. This example is the word 손 (meaning: hand) - I also notice it...

## 🐛 Bug Report If getEngineList is called right after instantiating FlutterTts, it returns empty. I was able to make it work by waiting around 350~500ms before calling getEngineList. After...