feat: adopt material 3 theme and billing adjustments
This commit is contained in:
@@ -133,7 +133,9 @@ class SubManagerApp extends StatelessWidget {
|
||||
|
||||
return MaterialApp(
|
||||
key: ValueKey(localeProvider.locale),
|
||||
title: 'Digital Rent Manager',
|
||||
// Localizations는 MaterialApp 내부에서 초기화되므로
|
||||
// onGenerateTitle을 사용해 로딩 이후 로컬라이즈된 타이틀을 설정합니다.
|
||||
onGenerateTitle: (ctx) => AppLocalizations.of(ctx).appTitle,
|
||||
debugShowCheckedModeBanner: false,
|
||||
theme: themeProvider.getTheme(context),
|
||||
locale: localeProvider.locale,
|
||||
|
||||
Reference in New Issue
Block a user