Visualization of Pub shows dependency graph of a pub package.
Responsive view:
angular.js + browserify + ngraph => gulp => https://werainkhatri.github.io/pubgraph/
The website is entirely hosted on GitHub Pages.
The pub data is coming from https://pub.dev/api/packages/ and is collected by pubgraphbuilder in real time.
For CSS styles I'm using twitter bootstrap and less.
All modules of this application are provided by npm.
git clone https://github.com/werainkhatri/pubgraph.git
cd pubgraph
npm i
npm start
This should start local dev server and serve Pub Visualization.
MIT
To anvaka for making the original project (npmgraph) open source.