flowery_tts 1.2.0 copy "flowery_tts: ^1.2.0" to clipboard
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 http package version support.
  • Add following abstract interface class models:
    • TTSVoice
    • TTSVoiceLanguageInfo
    • TTSVoicesResponse
  • Declare final class modifier to Voice, VoiceLanguageInfo, and VoicesResponse.
  • Improve VoiceLanguageInfo and VoicesResponse class implementation.
  • Deprecate .country and .nameWithoutCountry properties of VoiceLanguageInfo in favor of .region and .nameWithoutRegion.
  • Added httpClient parameter in Flowery().

1.1.0 #

  • Privatize Voice, VoiceLanguageInfo, and VoicesResponse unnamed constructors.
  • Fix serialization of VoicesResponse.toMap()'s voices key.
  • Deprecate VoicesResponse.getVoice() method in favor of VoicesResponse[].
  • Mark late properties of Voice, VoiceLanguageInfo, and VoicesResponse as getters.
  • Fix character encoding of certain language names which were not correctly represented.

1.0.0 #

  • Initial release.
7
likes
160
pub points
69%
popularity

Publisher

unverified uploader

A free Text-to-Speech service providing 850+ voices with English translation support. This package is an unofficial wrapper of Flowery TTS API.

Repository (GitHub)
View/report issues

Topics

#api-wrapper #free #text-to-speech #translation #tts

Documentation

API reference

License

MIT (license)

Dependencies

http, meta

More

Packages that depend on flowery_tts