Open
Description
Searching for "Locale" in the flutter docs gives many locale
properties from random classes in its search results, but not the Locale
class. A class should always trump a property when it's an exact match, since it's likely to be rarer.
Similarly, searching for "path" in the flutter docs does not surface the path
library, even though it is in the index. A library is even more rare than a class so an exact match should also be a higher priority.