mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Remove debug banner from play store screenshots
This commit is contained in:
@@ -63,6 +63,7 @@ Widget createDashboardScreen({locale = 'en'}) {
|
||||
],
|
||||
child: MaterialApp(
|
||||
locale: Locale(locale),
|
||||
debugShowCheckedModeBanner: false,
|
||||
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||
supportedLocales: AppLocalizations.supportedLocales,
|
||||
theme: wgerTheme,
|
||||
|
||||
@@ -25,6 +25,7 @@ Widget createWorkoutDetailScreen({locale = 'en'}) {
|
||||
],
|
||||
child: MaterialApp(
|
||||
locale: Locale(locale),
|
||||
debugShowCheckedModeBanner: false,
|
||||
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||
supportedLocales: AppLocalizations.supportedLocales,
|
||||
theme: wgerTheme,
|
||||
|
||||
@@ -38,6 +38,7 @@ Widget createGymModeScreen({locale = 'en'}) {
|
||||
create: (context) => mockExerciseProvider,
|
||||
child: MaterialApp(
|
||||
locale: Locale(locale),
|
||||
debugShowCheckedModeBanner: false,
|
||||
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||
supportedLocales: AppLocalizations.supportedLocales,
|
||||
navigatorKey: key,
|
||||
|
||||
@@ -21,6 +21,7 @@ Widget createMeasurementScreen({locale = 'en'}) {
|
||||
],
|
||||
child: MaterialApp(
|
||||
locale: Locale(locale),
|
||||
debugShowCheckedModeBanner: false,
|
||||
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||
supportedLocales: AppLocalizations.supportedLocales,
|
||||
theme: wgerTheme,
|
||||
|
||||
@@ -104,6 +104,7 @@ Widget createNutritionalPlanScreen({locale = 'en'}) {
|
||||
],
|
||||
child: MaterialApp(
|
||||
locale: Locale(locale),
|
||||
debugShowCheckedModeBanner: false,
|
||||
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||
supportedLocales: AppLocalizations.supportedLocales,
|
||||
theme: wgerTheme,
|
||||
|
||||
@@ -35,6 +35,7 @@ Widget createWeightScreen({locale = 'en'}) {
|
||||
),
|
||||
child: MaterialApp(
|
||||
locale: Locale(locale),
|
||||
debugShowCheckedModeBanner: false,
|
||||
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||
supportedLocales: AppLocalizations.supportedLocales,
|
||||
theme: wgerTheme,
|
||||
|
||||
@@ -42,13 +42,11 @@ const languages = [
|
||||
'pt-BR',
|
||||
'nb-NO',
|
||||
*/
|
||||
/*
|
||||
'pl-PL',
|
||||
'ru-RU',
|
||||
'tr-TR',
|
||||
'uk',
|
||||
'zh-CN'
|
||||
*/
|
||||
];
|
||||
|
||||
void main() {
|
||||
|
||||
Reference in New Issue
Block a user