Janice Collins
Janice Collins
Currently (build_web_compilers 1.0.0, Dart SDK 2.1.1-dev.2.0 on Linux), webdev build --no-release --verbose does not display information on what modules are built and where by dartdevc. This would be useful in...
This results in some ambiguity as in this case for flutter: ``` warning: reference lookup resolution differs between lookup implementations: [WidgetBuilder] => new: element: [framework.WidgetBuilder] warn: true old: element: [widgets.WidgetBuilder]...
Set up full-text search capabilities for searching dartdoc. This could be done either by adding this directly to the search box, or by adding support for an external search (e.g....
This may be negatively impacting page loading times for the Icon class. https://api.flutter.dev/flutter/material/Icons-class.html @jacob314
It's been the long pole in dartdoc's CI for a while, but it is much worse now than it used to be. Investigate why, because dartdoc performance itself doesn't seem...
package:html is currently under-maintained and it might be desirable to be able to separate dartdoc from it in direct and indirect dependencies. How much work would this be?
The dartdoc grinder relies on `pub global activate -spath` to run against flutter. For some reason, when using the version of pub included with the Dart SDK inside Flutter, this...
@gspencergoog New ToolDefinitions are created for each ModelElement, so if defined, runSetup will actually execute once for each ModelElement it is referenced in. Not currently a P1 because the tool...
@kwalrath It seems like it should be possible to build a preview mode for dartdoc where it doesn't generate links and/or doesn't generate complete docs for a package (only a...
As @tvolkert pointed out in flutter/flutter#16080, it's rather confusing in flutter to require that a README.md containing top-level information must be so far down in the flutter repo.