Flutter || Language Translation || Google Translation

preview_player
Показать описание
I know this is a time of LOCKDOWN..
Let's hope for good having a free and clean nation wide.

I have continued uploading the videos Live on Flutter...
This is a flutter video on Using a plugin that can translate anything
on your app to any language
without using .....

**** NO GOOGLE KEY NEEDED ****

An Plugin that has a google translation build in...
for more you can check inside the plugin....
but would say
as he has provided unlimited access to the translating API

**** RESPECT TO DEV *****

I have used most famous plugin for that...

Well i have provided a detailed information about the content on:

So Stay Safe Stay at Home And keep Sanitize

One more thing dev .....
I will be using this plugin to recreate the small application
for an experimenting ...whether it can be used instead of..
LOCALIZATION....

Well If you have any query regarding to the Translating the language and other Flutter Issues
do comment below, will reply in just few minutes....

Follow us on:

Thank you
Рекомендации по теме
Комментарии
Автор

Thank you! Very good idea; I feel stupid for not having thought of it before

danielaraujo
Автор

Yo, im actually using multiple languages in my app and already implemented localisation. Though I have some huge data pages and localising them seem tough, shud I use this instead ??

dhairyshrivastava-bkrj
Автор

Hello, My output is not displaying on the front end. How can I solve that?

karishmafarooq
Автор

Not working why.
Give an error : No address associated with hostname.
?

anujsemwal
Автор

bro if we have to multiple language support for entire appp how can we, please guide

yadwindersingh
Автор

how to translate data inside listView builder can someone help..?

faizy
Автор

when i write inside my build :
text.translate(to: 'es'), or translator.translate(text, to: 'es')
i got this error :
The argument type 'Future<Translation>' can't be assigned to the parameter type 'String'
i try to fix it by :
text.translate(to: 'es').toString(),
but not working, someone can help !?

elgardaelmehdi
Автор

hello, could you help me in making a voice translator
even if its speech to text translator...
i'm finding it really hard for myself
there aren't any free apis also
....
Please help

avneeshsingh
Автор

hello,
when i write : text = output;
it give me that error :
A value of type 'Translation' can't be assigned to a variable of type 'String'
plz help

elgardaelmehdi