flutter_tts icon indicating copy to clipboard operation
flutter_tts copied to clipboard

macOS - Unable to

Open PushBackNeil opened this issue 5 months ago • 0 comments

🐛 Bug Report

My macOS app crashed because I exceeded the max speechInput length, a subsequent call to getMaxSpeechInputLength whilst debugging gave me this exception MissingPluginException(No implementation found for method getMaxSpeechInputLength on channel flutter_tts.

Expected behavior

return the getMaxSpeechInputLength

Reproduction steps

try a getMaxSpeechInputLength call on macOS;

Configuration

Version: 0.1.x

Platform: macOS 12.7.3 (Monterey)

PushBackNeil avatar Jan 23 '24 19:01 PushBackNeil