We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9f830 commit cea567cCopy full SHA for cea567c
lib/app.dart
@@ -44,7 +44,7 @@ class _FlutterReduxAppState extends State<FlutterReduxApp>
44
userInfo: User.empty(),
45
login: false,
46
themeData: CommonUtils.getThemeData(GSYColors.primarySwatch),
47
- locale: const Locale('zh', 'CH')),
+ locale: const Locale('en', 'US')),
48
);
49
50
ColorFilter greyscale = const ColorFilter.matrix(<double>[
0 commit comments