We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea567c commit 66e2071Copy full SHA for 66e2071
lib/app.dart
@@ -90,7 +90,7 @@ class _FlutterReduxAppState extends State<FlutterReduxApp>
90
GSYLocalizationsDelegate.delegate,
91
],
92
supportedLocales: [
93
- store.state.locale ?? store.state.platformLocale!
+ store.state.locale ?? store.state.platformLocale ?? const Locale('en', 'US')
94
95
locale: store.state.locale,
96
theme: store.state.themeData,
0 commit comments