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
Yes, it looks like no methods, etc. from dart:ui have a "Show source code" in the top right of the main frame. But methods found in package:flutter do have those links. @goderbauer do you know if this is expected / intentional? Should only package:flutter have such links? Should all packages? Should a short list of packages have those links?
Not sure what we'd have to do to link to source for other packages (including the engine). Does dart doc support that? The docs are a little vague about this:
I noticed some libraries included in Flutter don't have a
View source code
button e.g. https://api.flutter.dev/flutter/dart-ui/Color/lerp.htmlIs this a limitation or can be worked around?
The text was updated successfully, but these errors were encountered: