ui.window.locale should be set on startup #1865
Labels
a: internationalization
Supporting other languages or locales. (aka i18n)
a: tests
"flutter test", flutter_test, or one of our tests
c: performance
Relates to speed or footprint issues (see "perf:" labels)
d: examples
Sample code and demos
engine
flutter/engine repository. See also e: labels.
f: material design
flutter/packages/flutter/material repository.
framework
flutter/packages/flutter repository. See also f: labels.
P2
Important issues not at the top of the work list
team-design
Owned by Design Languages team
triaged-design
Triaged by Design Languages team
Currently, it's not, which means we waste 16ms in every app with a MaterialApp because we spin an entire frame waiting for the locale to be set.
This requires some redundant pumps in tests, too.
The text was updated successfully, but these errors were encountered: