This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
pub.dartlang.org should display the dependencies of each package #368
Open
Description
<img src="https://avatars.githubusercontent.com/u/129084?v=3" align="left" width="96" height="96"hspace="10"> Issue by skybrian
Originally opened as dart-lang/sdk#21234
What steps will reproduce the problem?
- visit https://pub.dartlang.org/packages/barback
- see that none of the tabs show the dependencies of the barback package. In particular, it's not obvious whether this is a client-side package, server-side, or both.
What is the expected output? What do you see instead?
A minimal implementation would be to add a tab displaying the pubspec.yaml file as-is, to save having to search for it. Better would be to add a link to the pub.dartlang.org page for each dependency. Nicer still would be to compute the transitive closure and show the whole graph. Packages that depend on dart:html could be marked client-side and packages that depend on dart:io marked server-side.