On flutter project I have several flavors in the program, I need to have its text translation files for each flavor, and depending on which flavor I build with, it should show its translations. How do this ?
On flutter project I have several flavors in the program, I need to have its text translation files for each flavor, and depending on which flavor I build with, it should show its translations. How do this ?