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
It is possible for a package to show no errors via dart analyze but have an incomplete import/export graph under some rare circumstances. Add error reporting in _addKnownFiles to surface this situation to the user because it can cause crashes in dartdoc, later.