Ver código fonte

Merge branch 'master' into develop

gjh 4 dias atrás
pai
commit
cb51615392
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      lib/main.dart

+ 4 - 0
lib/main.dart

@@ -93,6 +93,10 @@ class MyApp extends StatelessWidget {
93 93
           designSize: size,
94 94
           child: MaterialApp.router(
95 95
             //debugShowCheckedModeBanner: false,
96
+            onGenerateTitle: (ctx) => switch (appFlavor) {
97
+              flavorHst => S.of(ctx).appNameHst,
98
+              _ => S.of(ctx).appName
99
+            },
96 100
             builder: (ctx, child) {
97 101
               return botToastBuilder(ctx, child);
98 102
             },