Skip to content

Commit 66e2071

Browse files
committed
fix #886
1 parent cea567c commit 66e2071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class _FlutterReduxAppState extends State<FlutterReduxApp>
9090
GSYLocalizationsDelegate.delegate,
9191
],
9292
supportedLocales: [
93-
store.state.locale ?? store.state.platformLocale!
93+
store.state.locale ?? store.state.platformLocale ?? const Locale('en', 'US')
9494
],
9595
locale: store.state.locale,
9696
theme: store.state.themeData,

0 commit comments

Comments
 (0)