|
|
|
@ -46,7 +46,7 @@ class MyApp extends StatelessWidget {
|
|
|
|
child: Consumer<ProjectViewModel>(
|
|
|
|
child: Consumer<ProjectViewModel>(
|
|
|
|
builder: (context, projectProvider, child) => MaterialApp(
|
|
|
|
builder: (context, projectProvider, child) => MaterialApp(
|
|
|
|
showSemanticsDebugger: false,
|
|
|
|
showSemanticsDebugger: false,
|
|
|
|
title: 'Flutter Demo',
|
|
|
|
title: 'Doctors App',
|
|
|
|
locale: projectProvider.appLocal,
|
|
|
|
locale: projectProvider.appLocal,
|
|
|
|
localizationsDelegates: [
|
|
|
|
localizationsDelegates: [
|
|
|
|
TranslationBaseDelegate(),
|
|
|
|
TranslationBaseDelegate(),
|
|
|
|
|