google_cloud_translation 0.0.3
google_cloud_translation: ^0.0.3 copied to clipboard
Flutter API for google cloud translation - translate to given language.
0.0.2+1 (2021-Sep-13). #
- Added detectLang option - detects source language without translation. Look the example for the more info.
[0.0.2+1] - (2021-Sep-13). #
- Made formatting.
0.0.2 (2021-Sep-13). #
- Breaking changes. Now result of translation returns with TranslationModel with two properties
- translatedText
- detectedSourceLanguage This is helps to detect cases when language we translate To is same as the source.
0.0.1+1 (2021-Aug-8). #
- Fixed readme & description.
0.0.1 (2021-Aug-7). #
- Added first method 'translate' - translate to selected language, autodetect language from given text.