diff --git a/lib/app.dart b/lib/app.dart index e8c4c78e..025f0e91 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -90,7 +90,7 @@ class _FlutterReduxAppState extends State GSYLocalizationsDelegate.delegate, ], supportedLocales: [ - store.state.locale ?? store.state.platformLocale! + store.state.locale ?? store.state.platformLocale ?? const Locale('en', 'US') ], locale: store.state.locale, theme: store.state.themeData,