Expose ComputePlatformResolvedLocale#58482
Conversation
|
Will hold off on this until the TODOs introduced in flutter/engine#18645 are resolved to ensure the feature produces the correct values. |
|
This method is a direct call to dart:ui's Window.computePlatformResolvedLocale and is tested at the engine level of each platform. |
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
justinmc
left a comment
There was a problem hiding this comment.
LGTM
CC @shihaohong in case this is relevant.
There was a problem hiding this comment.
| /// it is recommended to cache the results of this method if the value if it | |
| /// is used multiple times. | |
| /// it is recommended to cache the results of this method if the value is | |
| /// used multiple times. |
|
This pull request is not suitable for automatic merging in its current state.
|
Exposes
ComputePlatformResolvedLocalefor #47087Relevant code added in flutter/engine#18645 and flutter/engine#19266