flutter_tts
flutter_tts copied to clipboard
Two small bug fixes.
-
A variable marked
latehas a chance of (correctly) never being initialized. Removelate. -
In the web plugin, there's an attempt to send a
SpeechSynthesisEventthrough a message channel using the standard codec, which only accepts primitive types.