Keerti Parthasarathy
Keerti Parthasarathy
For #3037
No changes! Screenshots look great! LGTM!
With the new search experience, the user can get to all the results with a search results page. The page also there is a shows the number of results.
other search related feedback: - [prioritize dart:core](https://github.com/dart-lang/dartdoc/issues/954) - [indicate more results availabe](https://github.com/dart-lang/dartdoc/issues/955), - [allow full text search](https://github.com/dart-lang/dartdoc/issues/1703)
dartdoc gets the doc comment for all elements from the analyzer. So analyzer would need to be modified to support getting doc comments from a dart file before the first...
This fix has been made to the analyzer. Upgrading to new analyzer package, current 0.27.1+2, will fix this issue.
@srawlins , @mit-mit, the colors were taken for the Dart pad palette.
I am able to reproduce the problem, now trying to figure out the problem. Looks like the exception does not occur all the time.