flowery_tts 1.2.0
flowery_tts: ^1.2.0 copied to clipboard
A free Text-to-Speech service providing 850+ voices with English translation support. This package is an unofficial wrapper of Flowery TTS API.
1.2.0 #
- Widen
httppackage version support. - Add following abstract interface class models:
TTSVoiceTTSVoiceLanguageInfoTTSVoicesResponse
- Declare final class modifier to
Voice,VoiceLanguageInfo, andVoicesResponse. - Improve
VoiceLanguageInfoandVoicesResponseclass implementation. - Deprecate
.countryand.nameWithoutCountryproperties ofVoiceLanguageInfoin favor of.regionand.nameWithoutRegion. - Added
httpClientparameter inFlowery().
1.1.0 #
- Privatize
Voice,VoiceLanguageInfo, andVoicesResponseunnamed constructors. - Fix serialization of
VoicesResponse.toMap()'svoiceskey. - Deprecate
VoicesResponse.getVoice()method in favor ofVoicesResponse[]. - Mark late properties of
Voice,VoiceLanguageInfo, andVoicesResponseas getters. - Fix character encoding of certain language names which were not correctly represented.
1.0.0 #
- Initial release.