Unverified Commit 96003f91 authored by Shi-Hao Hong's avatar Shi-Hao Hong Committed by GitHub

Fix doc typo in WidgetsApp.supportedLocales (#51646)

* Fix doc typo
parent ec64f93f
......@@ -615,11 +615,11 @@ class WidgetsApp extends StatefulWidget {
/// `basicLocaleListResolution`, attempts to match by the following priority:
///
/// 1. [Locale.languageCode], [Locale.scriptCode], and [Locale.countryCode]
/// 1. [Locale.languageCode] and [Locale.countryCode] only
/// 1. [Locale.languageCode] and [Locale.countryCode] only
/// 1. [Locale.languageCode] only
/// 1. [Locale.countryCode] only when all preferred locales fail to match
/// 1. Returns the first element of [supportedLocales] as a fallback
/// 2. [Locale.languageCode] and [Locale.scriptCode] only
/// 3. [Locale.languageCode] and [Locale.countryCode] only
/// 4. [Locale.languageCode] only
/// 5. [Locale.countryCode] only when all preferred locales fail to match
/// 6. Returns the first element of [supportedLocales] as a fallback
///
/// When more than one supported locale matches one of these criteria, only
/// the first matching locale is returned.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment