How to auto translate a full Flutter app?

91 Views Asked by At

I have an existing app built in Flutter which supports only the English language right now. I want to extend the language support for multiple other languages and I dont want to individually translate each Text widget in the whole app as it can get tedious since its a big project. Is there any way I can translate my whole app using a plugin or a package? What would be the easiest way to translate my app all at once integrating multiple language support into it? Any help would be highly appreciated and thanks in advance.

I tried using the translator package from pub.dev which individually translates each Text widget which is a very tedious task for the scale of the project I am currently working on.

1

There are 1 best solutions below

2
Djantche Ngamo On

You can use slang_gpt, this library works with slang and slang_flutter if you want to have rich text support.