You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use only canonical elements when resolving unresolved refs in comments (#1329)
If we don't do that, dartdoc will think there's ambiguity if several
libs export the same elements (like in Flutter, e.g. `widgets` exports
`Flexible` and `material` exports `Flexible`). And we won't get links
for these references and will get warnings about ambiguity in
stderr.
Testing: Generated Flutter docs, made sure `fit` from `Flexible` class
resolves correctly and doesn't produce a warning
Fixes#1328
0 commit comments