测试安卓修改app名称

This commit is contained in:
rang 2025-12-05 17:59:13 +08:00
parent 6b1edcb475
commit 6ceeb99d20
19 changed files with 1218 additions and 822 deletions

View file

@ -160,7 +160,6 @@ class AbsApp extends ConsumerWidget {
);
try {
return MaterialApp.router(
// debugShowCheckedModeBanner: false,
locale: Locale(appSettings.language),
localizationsDelegates: [
//
@ -175,6 +174,7 @@ class AbsApp extends ConsumerWidget {
themeMode: themeSettings.themeMode,
routerConfig: routerConfig,
themeAnimationCurve: Curves.easeInOut,
debugShowCheckedModeBanner: false,
);
} catch (e) {
debugPrintStack(stackTrace: StackTrace.current, label: e.toString());