We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7028f commit c80ca3eCopy full SHA for c80ca3e
lib/app.dart
@@ -14,7 +14,7 @@ class MyApp extends StatelessWidget {
14
15
final LocaleListResolutionCallback localeListResolutionCallback =
16
(locales, supportedLocales) {
17
- return theme.userSetLocale ?? locales.first;
+ return theme.userSetLocale ?? supportedLocales.first;
18
};
19
20
return Container(
0 commit comments