flutter_tts icon indicating copy to clipboard operation
flutter_tts copied to clipboard

Two small bug fixes.

Open georgi0u opened this issue 1 year ago • 0 comments

  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 channel using the standard codec, which only accepts primitive types.

georgi0u avatar Aug 01 '22 18:08 georgi0u