This video shows the use of Google Text Translation API for translating text with Flutter.
* Flutter and Google Text Translation | Translate Text in Flutter *
For the translation part, we need to introduce Google Cloud Translation API. The Translation API translates the input into any supported language using state-of-the-art Neural Machine Translation.
What do we need :
Google Project in the Google Cloud Console.
Enable Google Cloud Translation API.
Create a credentials key for your account.
Send requests to Cloud Translation API…Need to create a URI based on the API key https://translation.googleapis.com/la...{YOUR_LANGUAGE}&key=${API_KEY}&q=${TEXT}
Website: https://flatteredwithflutter.com/flut...
Medium: / flutter-and-google-translate-api
In case, this helped, pass me a coffee!! 😊😊
https://www.buymeacoffee.com/aseemwangoo
#Translation #FlatteredWithFlutter #Flutter