flutter_google_translate 0.1.3
flutter_google_translate: ^0.1.3 copied to clipboard
Flutter API for google cloud translation - translate to given language, it can be store data and get result form last time.
[0.1.3] #
- remove request detectLang when only translate text.
[0.1.2] #
- fix the model wrong when many times translating in same time.
[0.1.1] #
- optimize the translate.
[0.1.0] #
- fix: containUnderLine.
[0.0.9] #
- get: ^4.6.5.
[0.0.8] #
- fix some bug.
[0.0.7] #
- load db.
[0.0.6] #
- fix bug.
[0.0.5] #
- Cache result to database.
[0.0.4] #
- Added ping google.
[0.0.3+1] #
- Updated compile and target sdk version to 33 (thanks to https://github.com/devendroid)
- Updated kotlin and gradle version (thanks to https://github.com/devendroid)
- Fix Google api key with restriction issue (thanks to https://github.com/devendroid)
- Upgrade http (thanks to https://github.com/alxkzmn)
[0.0.3] #
- Added detectLang option - detects source language without translation. Look the example for the more info.
[0.0.2+1] #
- Made formatting.
[0.0.2] #
- 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] #
- Fixed readme & description.
[0.0.1] #
- Added first method 'translate' - translate to selected language, autodetect language from given text.