Closed
Description
When searching for a Flutter API, the "Null Safety" banner is included in the search result:
The title of the page is correct:
<title>AnimationController class - animation library - Dart API</title>
But the text of the page uses a <span>
tag:
<h1><span class="kind-class">AnimationController</span> class <span class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</span>
</h1>