Replies: 1 comment
-
I found it, replacing title with the following line is a fix onGenerateTitle: (context) => 'app_title'.tr, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, in my app my localization working like a charm but I can not localize the app title, how can do that?
runApp(GetMaterialApp(
debugShowCheckedModeBanner: false,
locale: Locale(settings.languageCode.value),
fallbackLocale: const Locale(AppConstants.defaultLanguageCode),
translations: AppTranslations(),
title: 'app_title'.tr, // this part is not working
Beta Was this translation helpful? Give feedback.
All reactions