lunatigs

Results 1 issues of lunatigs

My app is using localize_and_translate: ^5.1.1 and has a dropdown that lets you change the language of the app, by doing ``` onChanged: (String? newLang) { context.setLocale(Locale(newLang.toLowerCase(), newLang.toUpperCase())); context.setLanguageCode(newLang.toLowerCase()); setState(()...