Supporting multiple languages for constant strings in Flutter

Viewed 9984

I would like to start putting all my constant strings (like labels etc.) into a place that can be translated at a later stage.

How is this handled in Flutter?

2 Answers
Related