feat: Implement rapid order creation with voice and text input in client mobile app
This commit is contained in:
@@ -102,8 +102,10 @@ class AppWidget extends StatelessWidget {
|
||||
>(
|
||||
builder:
|
||||
(BuildContext context, core_localization.LocaleState state) {
|
||||
return core_localization.TranslationProvider(
|
||||
child: MaterialApp.router(
|
||||
return KeyedSubtree(
|
||||
key: ValueKey<Locale>(state.locale),
|
||||
child: core_localization.TranslationProvider(
|
||||
child: MaterialApp.router(
|
||||
debugShowCheckedModeBanner: false,
|
||||
title: "KROW Client",
|
||||
theme: UiTheme.light,
|
||||
@@ -117,6 +119,7 @@ class AppWidget extends StatelessWidget {
|
||||
GlobalCupertinoLocalizations.delegate,
|
||||
],
|
||||
),
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user