|
@@ -67,6 +67,7 @@ class _MyAppState extends State<MyApp> { |
|
|
ChangeNotifierProvider.value(value: UserInfoNotifier()), |
|
|
ChangeNotifierProvider.value(value: UserInfoNotifier()), |
|
|
], |
|
|
], |
|
|
child: MaterialApp( |
|
|
child: MaterialApp( |
|
|
|
|
|
navigatorKey: navigatorKey, |
|
|
localizationsDelegates: [ |
|
|
localizationsDelegates: [ |
|
|
RefreshLocalizations.delegate, |
|
|
RefreshLocalizations.delegate, |
|
|
GlobalMaterialLocalizations.delegate, |
|
|
GlobalMaterialLocalizations.delegate, |
|
|