mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 22:39:34 +00:00
测试安卓修改app名称
This commit is contained in:
parent
6b1edcb475
commit
6ceeb99d20
19 changed files with 1218 additions and 822 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue