When working with Android (Kotlin) there are many strings that are used many times, I package them in a library (carefully translated into many different languages).
When I need to use it, just add that library and use is very easy.
With Flutter how can I do that?
P/s: I need to find a solution combined with GetX